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 2,420 community submitted regex patterns...
1
test
Python
no description available
Submitted by
anonymous
-
9 years ago
1
แปลง pdf
Python
no description available
Submitted by
anonymous
-
9 years ago
1
To catch exceptions or errors in java runtime
Python
no description available
Submitted by
anonymous
-
9 years ago
1
get video id from youtube link
Golang
no description available
Submitted by
RyuaNerin
-
9 years ago
(Last modified a year ago)
1
ddd
Python
no description available
Submitted by
anonymous
-
9 years ago
1
CSV: Escape double quotes (") in quoted cells (v1.0)
Python
A stable and simple RegEx, which escapes double-quotes (") in a CSV file.
Submitted by
rugk
-
9 years ago
1
username validation
Python
no description available
Submitted by
anonymous
-
9 years ago
1
(.+) \[INFO.+\nStopWatch(?:.+?\n)+?(.+% .+ Mercado)
Python
Tiempo mercados
Submitted by
anonymous
-
9 years ago
1
vggcb
Python
no description available
Submitted by
anonymous
-
9 years ago
1
string between two underscores
Python
this simple regexp will find a string between two undercores
Submitted by
slprag
-
9 years ago
1
Amazon S3 Scheme-Bucket-Key
Python
Regex which finds and groups the Amazon S3 scheme (e.g. s3, s3n, s3a), bucket name, and key.
Submitted by
Sterling Hoeree
-
9 years ago
1
me
Python
paypal accounts
Submitted by
jhon
-
9 years ago
1
me
Python
me
Submitted by
me
-
9 years ago
1
sophos
Python
my first one
Submitted by
bwl
-
9 years ago
1
shopware-article-number
Python
no description available
Submitted by
anonymous
-
9 years ago
1
test
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Remove Package Connection data from screen.log
Python
From the Linux Screen.print method, after recording a log which involves some apt-getting, we want to find and trim out all that fat. This is Part 1
Submitted by
anonymous
-
9 years ago
1
git release tag
Python
match git tags as: [app-id]-[env-id]-v[m].[n].[p]
Submitted by
gregory nicholas
-
9 years ago
1
DNS Name
Python
no description available
Submitted by
anonymous
-
9 years ago
1
дом
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
13
14
15
16
17
...
121
Community Library Entry
0
Regular Expression
Golang
`
\[
(
(?P<serial>
\d
{14}
){0,1}
[
\.
\w
]
*
-
(?P<pccode>
[
\d
A
-
Z
]
{8}
)
)
\]
+
`
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago