Regular Expressions 101

Community Patterns

0

request

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

Remove HTML tags

4

Regular Expression
PCRE (PHP <7.3)

/
<\/?[a-z][a-z0-9]*[^<>]*>|<!--.*?-->
/
img

Description

Loading markdown...
Submitted by Jordane BACHELET - 9 years ago