Regular Expressions 101

Community Patterns

2

object

PCRE2 (PHP >=7.3)
Json Object
Submitted by anonymous - 2 years ago

Split quotes and single words

6

Regular Expression
ECMAScript (JavaScript)

/
"([^"\\]*(?:\\.[^"\\]*)*)"|\w+|'([^'\\]*(?:\\.[^'\\]*)*)'
/
g

Description

Loading markdown...
Submitted by LoveIsGrief - 10 years ago