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
JSON FIELD EXTRACTOR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
10 years ago
0
ASP.NET Web Forms dates in JSON
ECMAScript (JavaScript)
Look for date objects in JSON returned from ASP.NET Web Forms.
Submitted by
anonymous
-
10 years ago
0
Regex json
Python
no description available
Submitted by
anonymous
-
10 years ago
0
JSON Double Quoting
ECMAScript (JavaScript)
Insert double quotes between matches around colons. You need to wrap substition.substr(1)+'"' with parenthesis afterwards. (substr is needed to remove hanging doublequote at the start of the string) ex) var json = '{ '+json_ish.replace(regex,subs).substr(1)+'" }'; ...
Submitted by
anonymous
-
10 years ago
0
Remove \r\n & \"
PCRE (PHP <7.3)
JSON object string \r\n & \" replace regex
Submitted by
Jerad Rutnam
-
10 years ago
0
JSON Validator
PCRE (PHP <7.3)
Complete (recursive) JSON validation regular expression.
Submitted by
@Erutan409
-
10 years ago
0
Json value
PCRE (PHP <7.3)
no description available
Submitted by
kreisfahrer
-
9 years ago
0
JSON (In progress)
ECMAScript (JavaScript)
Regex to qoute a JSON-string
Submitted by
Lars Willighagen
-
9 years ago
0
Quote JSON keys
ECMAScript (JavaScript)
Regex to quote keys to parse a string of relaxed JSON. Rules: No ':', '"' or newline in keys allowed
Submitted by
Lars Willighagen
-
9 years ago
0
Strip the Headers from a response where JSON is present
ECMAScript (JavaScript)
HTTP/1.0 404 Not Found Cache-Control: no-cache Content-Type: application/json {"validation_message":'...'} ...
Submitted by
John B.
-
9 years ago
0
json schema url
ECMAScript (JavaScript)
regex valid for json schema with http,https,ftp,sftp protocol
Submitted by
KurayamiNoDaiTenshi
-
9 years ago
0
Parse JSON values
ECMAScript (JavaScript)
Parses JSON keys and values between quotation marks, supports escaping the quotation marks by backspashes
Submitted by
anonymous
-
9 years ago
0
JSON Key Value Matching
PCRE (PHP <7.3)
no description available
Submitted by
Jargon
-
9 years ago
0
JSON Matching
ECMAScript (JavaScript)
Match numerical value of a JSON key. Numbers only 3-9
Submitted by
anonymous
-
9 years ago
0
Parse JSON key value pair
PCRE (PHP <7.3)
no description available
Submitted by
Kostas Trichas
-
11 years ago
0
Match all parts of the valid JSON
PCRE (PHP <7.3)
Originally written by Pumbaa80, but slightly adjusted: http://stackoverflow.com/questions/4810841/how-can-i-pretty-print-json-using-javascript
Submitted by
Pumbaa80
-
11 years ago
1
JSONREGEX
Python
no description available
Submitted by
anonymous
-
10 years ago
1
Timestamp from json
PCRE (PHP <7.3)
no description available
Submitted by
Thomas Khalil
-
10 years ago
1
Hook ActionTag Parser
PCRE (PHP <7.3)
Parses @FOO=BAR, @FOO, and @FOO{"JSON":"OBJECT"} to be used in REDCap action tags for passing parameters to functions.
Submitted by
Andrew Martin
-
10 years ago
1
Key-Value list separated by newlines
ECMAScript (JavaScript)
Example: foo = bar foo=bar foo= bar bar =foo foo = bar...
Submitted by
acosw
-
10 years ago
1
...
4
5
6
7
8
9