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 40 community submitted regex patterns...
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
get params from json
ECMAScript (JavaScript)
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
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 Matching
ECMAScript (JavaScript)
Match numerical value of a JSON key. Numbers only 3-9
Submitted by
anonymous
-
9 years ago
0
JSON object key matcher
ECMAScript (JavaScript)
Matches JSON object keys
Submitted by
Ariel Schiavoni
-
8 years ago
0
CSS & JSON finding RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Property-Value JSON
ECMAScript (JavaScript)
".\w?":".\w?"
Submitted by
Jhaffar Alexis Moreno Valega
-
8 years ago
0
Append https to URLs in JSON payload
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
json regex masterpiece
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
finding CAS in german Wiki JSON Salpetersäure
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
finding H prhrases in german Wiki JSON Salpetersäure
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
finding H Sätze in german Wiki JSON Salpetersäure
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
CUSTOM JSON RSA KEY PATTERN - ECMASCRIPT
ECMAScript (JavaScript)
Final comma need to be replaced with empty.
Submitted by
anonymous
-
5 years ago
0
muliti json replace
ECMAScript (JavaScript)
replace multi json for vscode
Submitted by
anonymous
-
4 years ago
0
Amazon AWS Access Key ID (Legacy)
ECMAScript (JavaScript)
{ "Expressions": { "Amazon AWS Access Key ID (Legacy)": { "Expression": "AKIA[0-9A-Z]{16}", "Unit-Tests": [ {...
Submitted by
Jacob Sanders
-
3 years ago
1
2