Rdocumentation
powered by
Learn R Programming
rebus (version 0.0-4)
recursive: Make the regular expression recursive.
Description
Makes the regular expression (or part of it) recursive.
Usage
recursive(x)
Arguments
x
A character vector.
Value
A character vector representing part or all of a regular expression.
References
http://www.regular-expressions.info/recurse.html
Examples
Run this code
recursive(
"a"
)
Run the code above in your browser using
DataLab