Description Usage Arguments Details Value Author(s) References See Also Examples
Test a character vector for occurences of a pattern.
1 2 |
pattern |
regular expression |
text |
character vector |
... |
extra arguments to |
x |
vector |
y |
pattern to seek in |
Each element of text
is tested for pattern
, and returns TRUE
if pattern
matches.
The binary operator version implements a more natural syntax.
logical vector as long as text
Tim Bergsma
http://metrumrg.googlecode.com
regexpr
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.