Indicator function to return a {0, 1}
integer value if there is a
valid regex match for the given input string
1 | ind_re_match(string, pattern)
|
string |
(character) : Input string to match regex against (must be a single element vector) |
pattern |
(character) : regex string pattern |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.