utils.stringutils

Undocumented in source.

Members

Functions

find
string find(string s, string pattern)

Finds a matching substring in a given string.

replaceAll
string replaceAll(string s, string pattern, string r)

Convenience method to replace all occurrences of matching patterns with some other string.

Meta