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 5,000 community submitted regex patterns...
1
Help
Python
no description available
Submitted by
anonymous
-
9 years ago
1
barcode or barcode list
Python
no description available
Submitted by
anonymous
-
9 years ago
2
Match 'words' with internal punctuation retained
Python
Matches words without external punctuation but with internal punctuation.
Submitted by
anonymous
-
9 years ago
1
Match initials
Python
Match initials of a person name
Submitted by
anonymous
-
9 years ago
0
firefox session parser
Python
retrieve data of firefox .session files
Submitted by
artemisart
-
9 years ago
2
Prime numbers test
Python
Given a number N represented by its unary form N(1), when RegEx doesn't match N(1), N is prime
Submitted by
LexDias
-
9 years ago
1
parser =
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Test
Python
test
Submitted by
test
-
9 years ago
1
java
Python
no description available
Submitted by
anonymous
-
9 years ago
8
repeat group match
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Match HTTP error code
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Product model ID extractor
Python
Extracts a model ID from a product title. Like this: "Автомагнитола ALPINE CDE-100EUB/4S белая" -> "CDE-100EUB" Over 80 tests.
Submitted by
anonymous
-
9 years ago
1
Product model extractor
Python
Extracts a model ID from a product title
Submitted by
Aleksandr Glyzov <aleksandr.glyzov@yandex.ru>
-
9 years ago
0
Date Groupings
Python
no description available
Submitted by
flipkitty
-
9 years ago
-2
filter
Python
no description available
Submitted by
anonymous
-
9 years ago
0
pass
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Email id
Python
no description available
Submitted by
anonymous
-
9 years ago
-2
checklists item
Python
checklists item
Submitted by
Tobias Hochgürtel
-
9 years ago
1
re
Python
no description available
Submitted by
anonymous
-
9 years ago
-2
finds the instance of two or more repeating letters
Python
no description available
Submitted by
cp0153
-
9 years ago
1
...
240
241
242
243
244
...
250
Community Library Entry
1
Regular Expression
Python
r"
(
"
[^
"
]
*
"
)*
(
^
|
[^
a
-
zA
-
Z
"
]
)
(?P<var>
A
)
(
$
|
[^
a
-
zA
-
Z0
-
9
"
]
)
"
gxs
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago