Regular Expressions
Function Name | Description |
---|---|
Extracts the first string in expression that matches the | |
Returns | |
Returns | |
Finds strings that match the given regular expression and replaces the strings with the given string. | |
Splits an input string by using a regular expression according to a keyword and an integer value. |
Last updated