Regular Expressions
Functions
| Return Type | Name | Description |
|---|---|---|
regex |
regex(string pattern) |
Create a regex object |
Types
regex
| Return Type | Name | Description |
|---|---|---|
string[][] |
findall(string subject) |
Finds all matches in the given subject string |