Skip to content

Improved Trim, Safer Reverse, Fixed Split, etc..

Compare
Choose a tag to compare
@JakubSzark JakubSzark released this 02 Jan 19:46
· 113 commits to master since this release
  • Merged Utility into the String
  • Improved Trim functions by instead taking in a whitelist rather than a hard-coded whitespace.
  • Reverse function should hopefully be more safe.
  • Converted some helper functions to use standard library
  • Fixed split with edge case
  • Added splitToString