datapipe-js/string
datapipe-js/string contains a set of helper functions to work with JavaScript strings
replaceAll#
Replace all string function
formatCamelStr#
Formats string to the Camel Case
trimStart#
Trims characters from the start
- characters characters to trim
trimEnd#
Trims characters at the end
- characters characters to trim
trim#
Trims characters in both sides
- characters characters to trim
split#
Splits text into tokens. Also, it supports multiple separators and will respect open/close brackets.