Regular Expressions 101

Community Patterns

0

.

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

Match multi-line comments

0

Regular Expression
PCRE (PHP <7.3)

/
\/\*[^*]*\*+([^\/][^*]*\*+)*\/
/
g

Description

Loading markdown...
Submitted by Smiley32 - 7 years ago