Description Usage Arguments Value Note Examples
View source: R/internal-string.R
Creates a regex string for repeated digits.
1 | d(lo, hi = NA_integer_, optional = FALSE)
|
lo |
Minimum number of digits to match. |
hi |
Optional maximum number of digits to match. |
optional |
If |
A character vector of regexes.
If hi
is omitted, the returned regex will only match the exact
number of digits given by lo
.
1 2 3 4 5 6 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.