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
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 18,000 community submitted regex patterns...
-2
Ascending and Descending order
Java 8
This regex is to match Ascending or descending order of 8 digit number
Submitted by
anonymous
-
a year ago
-1
匹配引号内容/match quotation mark content
ECMAScript (JavaScript)
匹配带引号内容,被引号包含的内容 结构($x) ((前引号)(内容)(后引号)) ...
Submitted by
诶!你的尾巴掉了
-
a year ago
(Last modified a year ago)
-2
Codeforces 1800A Solution
ECMAScript (JavaScript)
By inserting this regex in a programming language to test it against Codeforces 1800A you'll solve the task
Submitted by
EntityPlantt
-
a year ago
0
Regex many
PCRE2 (PHP >=7.3)
Search and change many regex matches
Submitted by
anonymous
-
a year ago
0
BDO client ID
PCRE2 (PHP >=7.3)
Validates client IDs
Submitted by
anonymous
-
a year ago
0
Splitting Inconsistent Addresses
PCRE2 (PHP >=7.3)
This pattern matches inconsistent addresses that have various street names and coordinates. This captures the Address 1 & 2, Type of Street, Coordinates (NE, NW, SE,SW) City, State, and Full zip
Submitted by
Nadira S Fant
-
a year ago
0
Salesforce - Flow Naming Conventions
PCRE2 (PHP >=7.3)
Ensure that Salesforce Flow name meets the following standards: - -
Submitted by
anonymous
-
a year ago
(Last modified a year ago)
0
Validate comma-separated list of values (allowed: words; digits; special characters; single non-trailing non-leading spaces;)
PCRE2 (PHP >=7.3)
Validate comma-separated list of values (allowed: words; digits; special characters; single non-trailing non-leading spaces;)
Submitted by
anonymous
-
a year ago
0
Twitch data capturing
ECMAScript (JavaScript)
Matches the data sent by the twitch IRC and captures into various groups
Submitted by
Bucky
-
a year ago
(Last modified a year ago)
0
text has numbers
ECMAScript (JavaScript)
text has numbers
Submitted by
vijay
-
a year ago
0
email matcher
PCRE2 (PHP >=7.3)
match some emails and extract their local part and domain
Submitted by
dang duomg 191
-
5 months ago
(Last modified 5 months ago)
1
...
898
899
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(
NAME
)
(
(
\s
)?
:
(
\s
)?
)
(
[
|,|
(|)|
\\
|
\.
|
\"
|
\w
|
\-
|
\+
]
*
)
(
(
\s
)*
?
,
(
\s
)*
?
)
(
DESCR
)
(
(
\s
)?
:
(
\s
)?
)
(
[
|,|
(|)|
\\
|
\.
|
\"
|
\w
|
\-
|
\+
]
*
)
(
\s
)
(
PID
)
(
(
\s
)?
:
(
\s
)?
)
(
[
\w
|
\-
|
\+
|=
]
+
)
(
(
\s
)+
,
(
\s
)+
)
(
VID
)
(
(
\s
)?
:
(
\s
)?
)
(
[
\w
|
]
*
)
(
(
\s
)+
,
(
\s
)+
)
(
SN
)
(
(
\s
)?
:
(
\s
)?
)
(
[
\w
|
]
*
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago