Determines if a string matches a condition
Determines if a string matches a regular expression.
Returns true if the string matches, false if it does not.
URL
https://api.excelapi.org/language/regex-ismatch
Configuration
Configuration | Required | Description |
---|---|---|
text | ✔ | Specifies the target string of the regular expression |
regex | ✔ | Specifies a regular expression |
Example
C2:
=WEBSERVICE("https://api.excelapi.org/language/regex-ismatch?text="&ENCODEURL($A2)&"®ex="&ENCODEURL($B2))