stringpad

🏠 Microlibrary for string padding in Crystal.

Stringpad

Open Source Love Open Source Love PRs Welcome Build Status

Microlibrary for quick and easy string padding.

Installation

Add this to your application's shard.yml:

dependencies:
  stringpad:
    github: crystalrealm/stringpad

Usage

require "stringpad"
Stringpad.lpad("Hello World.", " ", 5)
#=>     Hello World.

Stringpad.rpad("Hello World.", " ", 5)
#=> Hello World.     |

Contributing

  1. Fork it (https://github.com/crystalrealm/stringpad/fork)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors

Repository

stringpad

Owner
Statistic
  • 0
  • 0
  • 0
  • 1
  • 0
  • over 5 years ago
  • August 30, 2018
License

MIT License

Links
Synced at

Sat, 18 May 2024 10:55:02 GMT

Languages