Skip to content

Releases: jasonlam604/StringizerLua

Release 0.3.0

21 May 13:37
ee1a2e5
Compare
Choose a tag to compare

Added

  • trim
  • trim_left
  • trim_right
  • url_encode
  • url_decode
  • pad
  • pad_left
  • pad_right

Release 0.2.0

17 May 04:27
cfbbbe4
Compare
Choose a tag to compare
  • 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

15 May 23:21
f7ca01f
Compare
Choose a tag to compare

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