Regular Expressions 101

Community Patterns

Remove console.log() from javascript

1

Regular Expression
Python

r"
(?=\s*?)(console)\.(log)\((.*?)\)(\;|\s*?)
"
gmi

Description

no description available

Submitted by xXDGFXx - 8 years ago