Regular Expressions 101

Community Patterns

1...456

Find UnCommented Console. Code

1

Regular Expression
ECMAScript (JavaScript)

/
^([\s\t;]*)console.
/
gm

Description

no description available

Submitted by Jay Johnson - 11 years ago