carmel opened this issue 2 years ago · 0 comments
I found the following description of match in the documentation
match
match(text string) => bool: reports whether the string s contains any match of the regular expression pattern.
But I don't know how to pass in the pattern parameter. @d5