Regular Expressions 101

Community Patterns

1

Temp

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago
1

smiley

PCRE (PHP <7.3)
no description available
Submitted by @barraponto - 9 years ago
1

Dotted Quad

PCRE (PHP <7.3)
IP PCRE
Submitted by Awkwardly Scripted - 9 years ago
1

Phone

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 9 years ago

Find Word on A Text

1

Regular Expression
PCRE (PHP <7.3)

/
(?<=^|[^a-zA-Z0-9])\Q$text\E(?=$|[^a-zA-Z0-9])
/

Description

Loading markdown...
Submitted by theShadow - 9 years ago