Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2017-07-05 09:48
Flavor·ECMAScript (JavaScript)

/
(\w+)=([^\s]+)
/
g
Open regex in editor

Description

detect key value pairs in string with key having spaces

Submitted by anonymous