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

Strip multi-line (star) comments from JavaScript, while leaving any CDATA sections intact.

4

Regular Expression
PCRE (PHP <7.3)

/
\/\*(?!(\<\!\[CDATA\[)|(\]\]>))(.*?)\*\/
/
gs

Description

Loading markdown...
Submitted by Dane MacMillan - 11 years ago