-
Notifications
You must be signed in to change notification settings - Fork 50
Home
Welcome to the regexpbuilderphp wiki!
RegExpBuilder
ahead(RegExpBuilder)
anyOf(string)
anything()
anythingBut(string)
append(RegExpBuilder)
asGroup()
digit()
digits()
eitherFind(RegExpBuilder)
eitherFind(string)
endOfInput()
endOfLine()
exactly(number)
find(string)
from(array)
getRegExp()
ignoreCase()
letter()
letters()
like(RegExpBuilder)
lineBreak()
lineBreaks()
lowerCaseLetter()
lowerCaseLetters()
max(number)
maybe(string)
maybeSome(array)
min(number)
multiLine()
neither(RegExpBuilder)
neither(string)
nor(RegExpBuilder)
nor(string)
notAhead(RegExpBuilder)
notFrom(array)
of(string)
ofAny()
ofGroup(number)
optional(RegExpBuilder)
orFind(RegExpBuilder)
orFind(string)
reluctantly()
some(array)
something()
startOfInput()
startOfLine()
tab()
tabs()
then(string)
upperCaseLetter()
upperCaseLetters()
whitespace()
RegExp
exec(string)
findIn(string)
matches(string)
replace(callable)