Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-07-05 12:24
Flavor·ECMAScript (JavaScript)

/
([_a-z]\w*)=\s*([^;|^&]*)
/
g
Open regex in editor

Description

detect key value pairs that ends with ; or & in a string contains sapaces

Submitted by anonymous