Regular Expressions 101

Community Patterns

1

html <Title>

Java 8
htnle
Submitted by erichologist - 4 months ago

Matches words and groups words in quotes

0

Regular Expression
ECMAScript (JavaScript)

/
[^\s"]+|"([^"]*)"
/
g

Description

Loading markdown...
Submitted by Frosty - 6 months ago