Regular Expressions 101

Community Patterns

c without comments for valid c code

1

Regular Expression
PCRE (PHP <7.3)

/
(\*(?!\/)|\/(?!\*)|[^\*\/]|[\n])+
/

Description

no description available

Submitted by anonymous - 4 years ago