string.includesRegex()
Test if a String contains a substring that matches a provided regular expression.
Description
Tests if the calling String contains a substring that matches a provided regular expression.
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
regex |
true |
Regular expression used to match a substring in the calling String. Supports Java regex. |