detect_static_reg_exp | R Documentation |
Detect which string element satisfy the regular expression
detect_static_reg_exp(data, regExpValues, negativeExp = FALSE)
data |
<array> of strings, representing the elements to be evaluated. |
regExpValues |
<array> of regular expressions to be checked. |
negativeExp |
<boolean> An optional argument to evaluate the inverse result of the regular expressions. Default is false, thus all elements that are satified by any of the regular expressions are true. |
<array> of booleans, representing the evaluation results made for each data item.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.