Regular Expressions 101

Library entries

1
pcre

input mandatory title

no description available
Submitted by anonymous - 9 years ago
0
pcre

webongo

webongo test
Submitted by webongo - 9 years ago
1
pcre

search mailadress

no description available
Submitted by anonymous - 9 years ago
-2
pcre

get all href=()

no description available
Submitted by artyom lisovskij - 9 years ago
1
pcre

testmmoj

no description available
Submitted by anonymous - 9 years ago
2
pcre

find numeric groups in strings

no description available
Submitted by Vovan - 9 years ago
1
pcre

Grab {\w+?} together

no description available
Submitted by anonymous - 9 years ago
2
pcre

Li match

no description available
Submitted by anonymous - 9 years ago

Parse JSON key value pair

Vote

0

Regular Expression
pcre

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

Description

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