RegExIsMatch
Returns True if the pattern is found in text.
Returns False if the pattern is not found in text.
Returns [unknown] if no matches are found or the pattern is faulty.
Syntax
Parameters
Name
Type
Required
Description
pattern
text
☑️
The pattern you want to check for.
text
text
☑️
The text you want to check for patterns.
Last updated
Was this helpful?