Compares each string in a string array to the beginning of an input string until it encounters a match. This node returns the string with the match removed and the array index of the match.
Searches for a pattern of characters in a string as specified by a regular expression. If this node finds a match, it splits the string into three substrings and any number of submatches. Resize the node to view additional submatches found in the string.
Converts a relative file path to a string that any operating system can read.
The output string uses forward slash separators, which all platforms read as delimiters.
Searches a string for the next token, where a token is defined as either the next set of characters that appears before a specified delimiter or as one of a specified set of operators.
Converts the characters at the beginning of a string to a numeric value, using format specifiers to determine the representation and precision of the resulting number.