Regular Expressions 101

Community Patterns

multiline comments

1

Regular Expression
PCRE (PHP <7.3)

/
\/?\*[a-z|A-Z|0-9|\s]+\*?\/
/

Description

Nice to get the multiline comments

Submitted by ThierryF - 8 years ago