string.matches()
Get the substrings in a String that match a provided regular expression.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
regex |
true |
Regular expression to find matches for in the calling String. Supports Java regex. |