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,020 community submitted regex patterns...
0
T1
PCRE2 (PHP >=7.3)
Reguljärt uttryck för att matcha T1
Submitted by
Jonas Thor
-
2 years ago
(Last modified 2 years ago)
0
Reguljärt uttryck för att matcha G1
PCRE2 (PHP >=7.3)
Reguljärt uttryck för att matcha G1
Submitted by
Jonas Thor
-
2 years ago
(Last modified 2 years ago)
0
weekly
PCRE2 (PHP >=7.3)
写周报把优路仕这边的工时天数去掉
Submitted by
anonymous
-
2 years ago
0
test123
PCRE2 (PHP >=7.3)
test
Submitted by
anonymous
-
2 years ago
0
Match a shell-style parameter expansion introduced with a dollar sign and enclosed in culry braces.
PCRE2 (PHP >=7.3)
Matches a shell-style (bash, sh, zsh, etc.) parameter expansion reference.
Submitted by
anonymous
-
2 years ago
0
Name with propositions surnames
PCRE2 (PHP >=7.3)
An expression to get nouns by grouping prepositions with surnames
Submitted by
maurocsjr@gmail.com
-
2 years ago
0
Extract postcode and city
PCRE2 (PHP >=7.3)
Extract postcode and city when both are combined
Submitted by
anonymous
-
2 years ago
0
Whatsapp timestamp remover
PCRE2 (PHP >=7.3)
Write regex to remove anything in between [12:58, 30/03/2023] Bharadwaj Giridhar from inboxpirates.net:
Submitted by
Chatgpt
-
2 years ago
0
Reverse list of ASN.1 OIDs/Short Names/Long Names for X.509 certificates under OpenSSL
PCRE (PHP <7.3)
OIDs are just numbers in the format 1.2.3.4.5.6.7.8.9... Short names are alphanumeric, contiguous descriptions (no spaces, hyphens allowed) Long names can be basically everything (sometimes even UTF-8!) Sometimes, organisations providing the list of 'their' OIDs might reverse the order, for listing...
Submitted by
Gwyneth Llewelyn
-
2 years ago
0
Classification Matcher
ECMAScript (JavaScript)
Classification Matcher
Submitted by
anonymous
-
2 years ago
0
Parse XML element parts
PCRE2 (PHP >=7.3)
Parse XML element parts
Submitted by
emadhusameldeen@gmail.com
-
2 years ago
0
Pattern to parse all XML node children
PCRE2 (PHP >=7.3)
Pattern to parse all XML node children
Submitted by
emadhusameldeen@gmail.com
-
2 years ago
1
RTTU Pharsing
ECMAScript (JavaScript)
RegEx for RTTU Pharsing
Submitted by
CVIKL Dubravko
-
2 years ago
0
Gene ID from GTF Attributes
PCRE2 (PHP >=7.3)
As the title says, duh...
Submitted by
anonymous
-
2 years ago
0
Roman numerals check
Python
It is used to check if the roman number is valid
Submitted by
JNg
-
2 years ago
0
Bespoke NGINX Log Parse
Python
Splits NGINX logs into named groups
Submitted by
Simon
-
2 years ago
0
All versions prior to 3.1.17
PCRE2 (PHP >=7.3)
Should show all semantic versions up to but not including 3.1.17
Submitted by
anonymous
-
2 years ago
0
match the id of linkedin url
PCRE2 (PHP >=7.3)
match the id of LinkedIn URL
Submitted by
goldentwon
-
2 years ago
0
Lietuviškas tekstas
Python
Išrinkite visus žodžius, kurie yra iš visų didžiųjų raidžių (PVM, SWIFT, HABALT22)
Submitted by
anonymous
-
2 years ago
0
Lietuviškas tekstas
Python
Šis šablonas parenka visas žodžių raides, kurios prasideda viena didžiąja raide, turi bent vieną didžiąją raidę ar skaičių, bet gali turėti daugiau mažųjų raidžių ar skaičių, ir gali būti atskirtos tarpo simboliu.
Submitted by
anonymous
-
2 years ago
1
...
66
67
68
69
70
...
901
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(?:
lundi
|
mardi
|
mercredi
|
jeudi
|
vendredi
|
samedi
|
dimanche
)
[
0
-
3
]
?
[
0
-
9
]
(?:
janvier
|
f
[
eé
]
vrier
|
mars
|
avril
|
mai
|
juin
|
juillet
|
ao
[
uû
]
t
|
septembre
|
octobre
|
novembre
|
d
[
eé
]
cembre
)
[
0
-
9
]
{4}
[
0
-
9
]
{1,2}
:
[
0
-
9
]
{1,2}
:
[
0
-
9
]
{1,2}
$
/
i
Open regex in editor
Description
no description available
Submitted by
Kerosene
-
11 years ago