strings 2.0.0-beta.2 strings: ^2.0.0-beta.2 copied to clipboard
Provides a set of String related functions
2.0.0-beta.2 #
- Fixed broken links on the readme apge.
2.0.0-beta.1 #
BREAKING #
- the right method has been redefined to be in keeping with the conventional use of right() For existing code that uses the old version of right use string.substring(fromRight);
- All methods are now exposed as static methods of the 'Strings' class.
1.0.0 #
- Initial version, created by Stagehand