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 3,860 community submitted regex patterns...
0
Decorators Regex
ECMAScript (JavaScript)
Expresion regular para obtener los metadas que pasaria un decorador según el estandar TC39
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
4chan thread url match
ECMAScript (JavaScript)
Match any 4chan thread url as of 08/2022
Submitted by
anonymous
-
2 years ago
0
整数+小数+科学计数法的匹配
ECMAScript (JavaScript)
整数+小数+科学计数法的匹配 匹配顺序是从左到右依次 科学计数法------小数/整数----简写型小数
Submitted by
sikara
-
2 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
-
2 years ago
0
Key - Value extractor
Java 8
Key - Value extractor
Submitted by
anonymous
-
2 years ago
0
Inner field values extraction
Java 8
Inner field values extraction
Submitted by
anonymous
-
2 years ago
0
Color Codes
ECMAScript (JavaScript)
hi
Submitted by
12944qwerty
-
2 years ago
0
Match Date From DateTime ISO 8601
Golang
Match Date From DateTime ISO 8601
Submitted by
kuyaninja
-
2 years ago
0
Cümle içi atıf
ECMAScript (JavaScript)
Yazar ve Yazar (2022)
Submitted by
caner
-
2 years ago
0
Şekil sayı'ek
ECMAScript (JavaScript)
Şekil 1'de Şekil 6.'da Şekil 5'te
Submitted by
anonymous
-
2 years ago
0
for-orth
Java 8
For orth
Submitted by
gastipatis
-
2 years ago
0
Match a mention not filled yet to display user list (like twitter)
ECMAScript (JavaScript)
Match a mention not filled yet to display user list (like twitter)
Submitted by
Vini Pereira
-
2 years ago
0
regex pattern for Canadian addresses
ECMAScript (JavaScript)
regex pattern for Canadian addresses
Submitted by
Victor Kimura - Surrey, Canada
-
2 years ago
0
Simple Macro Extraction from Ad Tag
ECMAScript (JavaScript)
Submitted by
AM
-
2 years ago
0
PACCAR VIN trimmer
ECMAScript (JavaScript)
trin vin from a scanned qr
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Discord Command Name Check
ECMAScript (JavaScript)
Use this to check if your command name works, like if you're doing traslation
Submitted by
Tobiah
-
2 years ago
(Last modified 2 years ago)
0
Ruby Gemspec Versioning
Golang
Determine the version value in a gemspec configuration file
Submitted by
Ori
-
2 years ago
0
get array content without parenthesis per word
ECMAScript (JavaScript)
get array content without parenthesis per word
Submitted by
anonymous
-
2 years ago
0
SQL Query Scalar Field Names Extractor
Java 8
SQL Query Scalar Field Names Extractor
Submitted by
Dobri
-
2 years ago
0
Command Usage
ECMAScript (JavaScript)
a
Submitted by
12944qwerty
-
2 years ago
1
...
103
104
105
106
107
...
193
Community Library Entry
-2
Regular Expression
Rust
r"
(
(
[^
\n
:#
]
*
)
(?:
:
(
[^
\n
#
]
+
)
)?
)
(?:
#
(
[
0
-
9A
-
Za
-
z
]
+
)
(?:
\(
(
\d
+
\.
?
\d
*
)
\)
)?
)?
"
g
Open regex in editor
Description
The regex to match a single pro forma modification with all its intricacies.
Submitted by
Douwe Schulte
-
a year ago