Regular Expressions 101

Community Patterns

1

myregex

PCRE (PHP <7.3)
no description available
Submitted by shakti - 10 years ago
1

gk

PCRE (PHP <7.3)
wertyuikjh
Submitted by hjk - 10 years ago
35

http://

PCRE (PHP <7.3)
no description available
Submitted by Mitus M. - 10 years ago

Match all parts of the valid JSON

0

Regular Expression
PCRE (PHP <7.3)

/
(?:"(\\u[a-zA-Z0-9]{4}|\\[^u]|[^\\"])*"(\s*:)?|\b(true|false|null)\b|-?\d+(?:\.\d*)?(?:[eE][+\-]?\d+)?|([\{\}\[\]]))
/
g

Description

Loading markdown...
Submitted by Pumbaa80 - 10 years ago