Delivers true if the character string matches the regular expression regEx.
| matches(String regEx) | ||||
|---|---|---|---|---|
| Argument | String | regEx | ||
| Return value | Boolean | |||
| Formula | Result |
|---|---|
| ='abcaaefgaac'.matches('[a]{2}') | false |
This functionality is only available for certain module packages.