Regular Expressions 101

Community Patterns

No Tag in URL RegEx

1

Regular Expression
PCRE (PHP <7.3)

/
^(.*)[<]+(?'start'.*)[>]+(.*)[<]+[\/]+(\k'start')[>]+(.*)$|^(.*)[<]+(.*)|[\/]+[>]+(.*)$
/
g

Description

no description available

Submitted by anonymous - 6 years ago