Releases: jasonlam604/StringizerLua
Releases · jasonlam604/StringizerLua
Release 0.3.0
Added
- trim
- trim_left
- trim_right
- url_encode
- url_decode
- pad
- pad_left
- pad_right
Release 0.2.0
- Added split
- Modified the use of Stringizer to no longer be required to instantiate the Object but rather all functionality is exposed via static functions
Release 0.1.0
Initial Release with the following features
- is_string
- is_emtpty
- is_blank
- base64_encode
- base64_decode
- between
- starts_with
- ends_with
- chop_left
- chop_right