Usage
You can start creating your regex by using Regex::build()
.
The build()
method is used every time you want to create a pattern.
Helpers methods
Tokens methods
anything
character
and
exactly
find
then
letter
lowerLetter
number
numbers
whitespace
nonWhitespace
digit
digits
nonDigit
nonDigits
word
words
boundary
nonBoundary
anyOf
tab
carriageReturn
newline
linebreak