↑
php Regular Expressions
subpattern
·
don't capture
·
+ve look behind
·
-ve look behind
caseless
·
case
·
ungreedy
·
greedy
any
·
digits
·
non-digits
·
whitespace
·
non-space
word
·
non-word
·
|word|
·
non-|word|
·
in class
·
out class
≥0
·
≥1
·
=n
·
≥n
·
optional
·
n–m
·
alternative
php preg_match()
·
php preg_match_all()
pattern syntax
subject
string
pattern
replacement
order
pattern
set
offset
capture