Regular Expressions 101

Community Library

Community Library Entry

36

Regular ExpressionOpen Workspace

/
([+-]?(?:'.+?'|".+?"|[^+\- ]{1}[^ ]*))
/
g

Description
Created·2014-05-12 13:35
Type·Match
Flavor·JavaScript

Attempts to mimic Google search box behavior, returning an array with the separated search strings (that keep the +/- indicator for following operations)

Submitted by mettjus
Open Workspace