Static
asStatic
escapeStatic
escapeStatic
extractIterates over the given string, line-by-line, looking for the given prefix. If found, returns the contents of the line after the prefix.
Static
fromStatic
isTaken from here: https://stackoverflow.com/questions/154059/how-do-you-check-for-an-empty-string-in-javascript
true if the given string is blank or contains only white-space
Static
normalizeStatic
replacerEquivalent to JS 'replace'.
the string to process
the sequence we want to replace. To replace all occurrences, use a Regex with the 'g' modifier (e.g., /
the new value that will be used instead of the old value
the string after the replacement is done
Static
toStatic
toStatic
uuid
Utility methods related to Strings.