StaticasStaticescapeStaticescapeStaticextractIterates over the given string, line-by-line, looking for the given prefix. If found, returns the contents of the line after the prefix.
StaticfromStaticisTaken 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
StaticnormalizeStaticreplacerEquivalent 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
StatictoStatictoStaticuuid
Utility methods related to Strings.