-
Notifications
You must be signed in to change notification settings - Fork 0
Random string manipulation stuff
glebm/string_utils
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
StringUtils gem repo StringUtils is a library that allows various string manipulation Usage: $ gem install string_utils In your project: require 'string_utils' StringUtils.truncate("hello world", 10, "...") #=> "hello..." StringUtils.normalize_name "\302\240 Gran Via/Avda.de Asturias " #=> :Gran Via / Avda. de Asturias"
About
Random string manipulation stuff
Resources
Stars
Watchers
Forks
Packages 0
No packages published