- positionOfString
size_t positionOfString(string text, string searchString, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- positionOfString
size_t positionOfString(string text, string searchString, size_t start, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- positionOfStrings
size_t[] positionOfStrings(string text, string[] searchStrings, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- positionOfStrings
size_t[] positionOfStrings(string text, string[] searchStrings, size_t start, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- positionsOfString
size_t[] positionsOfString(string text, string searchString, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- positionsOfString
size_t[] positionsOfString(string text, string searchString, size_t start, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- positionsOfStrings
size_t[][string] positionsOfStrings(string text, string[] searchStrings, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- positionsOfStrings
size_t[][string] positionsOfStrings(string text, string[] searchStrings, size_t start, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- readNextFieldName
string readNextFieldName(string jsonText, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- stringExists
bool stringExists(string text, string searchString, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.
- subStringBetweenStrings
string subStringBetweenStrings(string text, string leftString, string rightString, bool strict)
Undocumented in source. Be warned that the author may not have intended to support it.