Regular Expressions 101

Community Patterns

0

Url handling

Python
Simple regex to split url
Submitted by Hangfish - a year ago

Console.log line deletion, multi line.

1

Regular Expression
ECMAScript (JavaScript)

/
[ \t]*console\.log\((.|\n)*?\);\n*
/
g

Description

Loading markdown...
Submitted by anonymous - 8 years ago