Rdocumentation
powered by
Learn R Programming
⚠️
There's a newer version (0.1-3) of this package.
Take me there.
rebus (version 0.0-4)
Build Regular Expressions in a Human Readable Way
Description
Build regular expressions piece by piece using human readable code.
Copy Link
Link to current version
Version
Version
0.1-3
0.1-2
0.1-0
0.0-5
0.0-4
Install
install.packages('rebus')
Monthly Downloads
678
Version
0.0-4
License
Unlimited
Maintainer
Richard Cotton
Last Published
January 21st, 2015
Functions in rebus (0.0-4)
Search all functions
recursive
Make the regular expression recursive.
lookahead
Lookaround
exactly
Make a regex exact
char_class
A range or char_class of characters.
ASCII_ALPHA
Class Constants
capture
Capture a token, or not
SpecialCharacters
Special characters
recycle
Recycle arguments
repeat_in_class
Engine for grouping and repeating classes
Backreferences
Backreferences
Unicode
Unicode groups
Concatenation
Combine strings together
escape_special
Escape special characters
repeated
Repeat values
ClassGroups
Class Groups
get_weekdays
Get the days of the week
format.regex
Print or format regex objects
DateTime
Date-time regexes
literal
Treat part of a regular expression literally.
regex
Create a regex
or
Alternation
Anchors
The start or end of a string.
as.regex
Convert or test for regex objects
WordBoundaries
Word boundaries
number_range
Generate a regular expression for a number range.