Tag: Strings
-
Matches nested brackets and returns the location after the end of a bracket that matched the current location.
-
Finds the end of a C/C++ comment, if it exists at the current location within a string
-
Checks for speech marks at the current offset and moves to the corresponding end of the speech marked block
-
Wraps long lines of html text by replacing spaces with a newline.
-
Returns the location to the nth word in str.
-
Converts a text comma or space seperated string of numbers into a double array
-
This function determines the number of words in a string.