Regular Expressions 101

Community Patterns

Insert underscore requirement

0

Regular Expression
PCRE (PHP <7.3)

/
(define[\s\S]*{)([\s\S\n\r]+?)(var\s+)([$\w_]+)(\s+)(.*)([,;])([\s\S\n\r]+?)(\w)
/
g

Description

no description available

Submitted by anonymous - 6 years ago