Regular Expressions 101

Community Patterns

There does not seem to be anything here

Community Library Entry

1

Regular Expression
PCRE2 (PHP >=7.3)

/
\b(?:class|function|return|if|else|while|for|switch|case|break|continue|import|export|let|const|var|new|this|super)\b
/
gm

Description

Submitted by anonymous - 7 months ago