Categories: None [Edit]
charshift
Charshift is a simple gem which adds functionality to the
String class. It's primary function is to act on a given
string, taking a fixnum parameter, then shifting each
character in that string to a higher or lower ordinal
position in that strings encoding.
Charshift works with all of Ruby's included encodings and
also works with devloper supplied 'custom encodings.'
Simply provide an ordered set of characters as an optional
parameter and charshift will work on the string using that
set instead of the strings native encoding.
Charshift also includes a '.get_encoding_length' method which
returns the number of of characters which a given strings
encoding contains. Finally, strings can be shifted in place
using the '.charshift!' method.
Total
Ranking: 91,949 of 186,825
Downloads: 8,761
Daily
Ranking: 163,945 of 186,813
Downloads: 1
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|
Owners
# | Gravatar | Handle |
---|---|---|
1 | cugamer |