datapipe-js/string
datapipe-js/string contains a set of helper functions to work with JavaScript strings
#
replaceAllReplace all string function
#
formatCamelStrFormats string to the Camel Case
#
trimStartTrims characters from the start
- characters characters to trim
#
trimEndTrims characters at the end
- characters characters to trim
#
trimTrims characters in both sides
- characters characters to trim
#
splitSplits text into tokens. Also, it supports multiple separators and will respect open/close brackets.