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 object key matcher
ECMAScript (JavaScript)
Matches JSON object keys
Submitted by
Ariel Schiavoni
-
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
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
Match any json content-type
PCRE (PHP <7.3)
This regex matches any json http content-type.
Submitted by
anonymous
-
6 years ago
0
Capture Status followed by Nested JSON
PCRE (PHP <7.3)
Capture Status followed by Nested JSON
Submitted by
anonymous
-
6 years ago
0
Parsing JSON Constructs
PCRE (PHP <7.3)
This regular expression searches for a matching number of '{' and '}' and captures the curly brackets and everything inside them including nested constructs. I created it because of a need to parse JSON formatted lists.
Submitted by
Zormaster
-
6 years ago
0
Autonote.json matching
PCRE (PHP <7.3)
Matches most of the Open Dental autonote.json exports for shifting text around
Submitted by
anonymous
-
5 years ago
0
JSON url final UUID hack 2
PCRE (PHP <7.3)
To get a value from a url string in JSON knowing the directory path
Submitted by
anonymous
-
5 years ago
0
goccy/go-json benchmark
Golang
pushd benchmarks && go mod vendor -v && go test -v -run='^$' -bench='^Benchmark.*(|(Decoder|Reuse|String|Unmapped|GoJson(NoEscape)?))$' -benchmem . && popd
Submitted by
anonymous
-
5 years ago
0
Json Starts With Keys
PCRE2 (PHP >=7.3)
Regex for checking if JSON starts with desired keys Useful for validating/filtering database entries when used in combination with SQL Like Example: Postgre: select * from table_name where column_json ~ '^\{[\s]\"(tab1|tab3|tab5)".'
Submitted by
MUA
-
4 years ago
0
Json键值对提取
PCRE2 (PHP >=7.3)
Json键值对提取
Submitted by
hippopie
-
4 years ago
0
muliti json replace
ECMAScript (JavaScript)
replace multi json for vscode
Submitted by
anonymous
-
4 years ago
0
Find JSON key with any value except the values given
PCRE2 (PHP >=7.3)
Use this regular expression if you search through a big JSON file and you are looking whether a specific key holds any value different than the ones given.
Submitted by
Sebastian Zander
-
4 years ago
(Last modified 4 years ago)
0
get arrays from Json
PCRE (PHP <7.3)
get arrays from Json
Submitted by
fawaz
-
4 years ago
0
Extraction of Boolean Status by Object ID (JSON)
PCRE2 (PHP >=7.3)
Extraction of boolean status by object ID from JSON string
Submitted by
Michael S.
-
4 years ago
0
JSON string
Python
Can process a JSON string
Submitted by
Mass
-
4 years ago
(Last modified 4 years ago)
0
json digit
Python
parses a json digit such as: 1, 1.0, -1, -1.0, -1.0E-1, etc.. rejects digits such as: ...
Submitted by
Mass
-
4 years ago
0
Wrap word in json with quotes
PCRE (PHP <7.3)
Wrap word in json with quotes
Submitted by
anonymous
-
3 years ago
0
S3 Path with ending .json
Golang
S3 Path with ending .json
Submitted by
Sowmith
-
3 years ago
1
...
3
4
5
6
7
...
9