Regular Expressions 101

Community Patterns

0

Tele

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

Remove all html from string

0

Regular Expression
PCRE (PHP <7.3)

/
(&[a-z]*;)*(?: )*<[^>]*>
/
gm

Description

Loading markdown...
Submitted by enrico mosca - 9 months ago