Community Patterns

Community Library Entry

7

Regular Expression
Created·2015-03-10 16:24
Flavor·ECMAScript (JavaScript)

/
(?:\;.*$|(\(|\)|\"(?:\\\"|\\\\|[^\"])*\"|[\w\+\-\*\/\.\<\>\=]+|\'|\;|\\|\||\#|\`|\,|\:))
/
gmi
Open regex in editor

Description

main symbols and comments are supported

Submitted by d4rw1n1s7@gmail.com