Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Relevance
Filter by Flavor
PCRE2 (PHP)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
Community Patterns
Search among community submitted regex patterns...
0/512
1
OpenSearch + ElasticSearch minimum_should_match pattern
Created
·
2025-03-13 10:17
Flavor
·
Java
Validation pattern to validate the minimum_should_mach value in opensearch and elasticsearch queries. For more information on the minimum_should_match field have a look here for opensearch or here for elasticsearch
Submitted by
Hackante
0
SQL Query Scalar Field Names Extractor
Created
·
2022-09-01 13:04
Flavor
·
Java
SQL Query Scalar Field Names Extractor
Submitted by
Dobri
Community Library Entry
0
Regular Expression
Created
·
2022-09-01 13:04
Flavor
·
Java
"
(
aS
)
\s
+
(
(
\`
)?
\w
+
(
\`
)?
)(
\s
+
|
\,
|
(
FRom
\s
+
)
)
"
gmi
Open regex in editor
Description
SQL Query Scalar Field Names Extractor
Submitted by
Dobri