Regular Expressions 101

Community Patterns

0

EC21 docs

Python
Get AT explain
Submitted by anonymous - a year ago
0

Color Codes

ECMAScript (JavaScript)
hi
Submitted by 12944qwerty - a year ago

Parse JSON key value pair

0

Regular Expression
PCRE (PHP <7.3)

/
(?:\"|\')(?<key>[\w\d]+)(?:\"|\')(?:\:\s*)(?:\"|\')(?<value>[\w\[\]]*)(?:\"|\')
/
g

Description

Loading markdown...
Submitted by Kostas Trichas - 9 years ago