Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Relevance
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 180 community submitted regex patterns...
0
simple json key value pair parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
amlang
-
10 years ago
(Last modified a year ago)
0
Find the JSON in invalid string
PCRE (PHP <7.3)
http://stackoverflow.com/q/40361407/47672
Submitted by
anonymous
-
9 years ago
0
JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Fix auto generated (from swagger.json) TypeScript client
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
json make strict
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Java Map output to JSON String
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Regex to match key in json
PCRE (PHP <7.3)
((?<=key).*)(?=:|,)
Submitted by
anonymous
-
8 years ago
0
Escape apostrophe in JSON value
PCRE (PHP <7.3)
Escapes a single apostrophe in a json value, either before or after the ':'
Submitted by
anonymous
-
8 years ago
0
trim JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Parse JSON Date
PCRE (PHP <7.3)
Easiest Way to Use: $datetime = new DateTime(); $datetime->setTimestamp($timestamp); $datetime->modify($operator . $hours . ' seconds');
Submitted by
anonymous
-
8 years ago
0
JSON object key matcher
ECMAScript (JavaScript)
Matches JSON object keys
Submitted by
Ariel Schiavoni
-
8 years ago
0
json
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CSS & JSON finding RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Parsing json to split between names, values and delimiting characters
PCRE (PHP <7.3)
Splits json into 2 groups - values and delimiters of objects, arrays, pairs, names, values
Submitted by
GigaMacRex
-
8 years ago
0
Property-Value JSON
ECMAScript (JavaScript)
".\w?":".\w?"
Submitted by
Jhaffar Alexis Moreno Valega
-
8 years ago
0
JSON Request
Python
Obtem os valores de campo e valor de um JSON. Nao trata arrays, apenas objetos.
Submitted by
anonymous
-
8 years ago
0
Quote Javascript-style hash to convert to valid JSONP (JSON with padding)
PCRE (PHP <7.3)
Add single quotes to unquoted parts of a valid JS hash so it can be parsed with JSON decoders. Tries to keep boolean and numeric values unquoted Note: It will not handle certain edge-cases You might need to clear the trailing commas
Submitted by
anonymous
-
7 years ago
0
Extract Hive Audit Log JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
JSON Pointer
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Json Parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
2
3
...
9