d5/tengo

Is there a example on the use of `Regexp`

carmel opened this issue · 0 comments

I found the following description of match in the documentation

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