Regular Expressions 101

Community Patterns

4

html tags

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

UUID

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

html tags

4

Regular Expression
PCRE (PHP <7.3)

/
^<(?:([A-Za-z0-9][A-Za-z0-9]*)\b[^>]*>(?:.*?)<\/\1>|[A-Za-z0-9][A-Za-z0-9]*\b[^>]*\/>)$
/
gm

Description

Loading markdown...
Submitted by anonymous - 8 years ago