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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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,680 community submitted regex patterns...
0
find supertype of
PCRE2 (PHP >=7.3)
for express
Submitted by
anonymous
-
a year ago
0
Datumformat
PCRE2 (PHP >=7.3)
Kurs i DwgBatch Använda sök/ersätt för att ändra datumformat
Submitted by
Jonas Thor
-
a year ago
0
URL 2
PCRE2 (PHP >=7.3)
http https www - ww1 - ww999
Submitted by
Andy
-
a year ago
0
Match Amazon Route53 Name Servers
PCRE2 (PHP >=7.3)
Match Amazon Route53 Name Servers
Submitted by
anonymous
-
a year ago
0
T1
PCRE2 (PHP >=7.3)
Reguljärt uttryck för att matcha T1
Submitted by
Jonas Thor
-
a year ago
(Last modified a year ago)
0
selecting only the text after the final hyphen in a string
PCRE2 (PHP >=7.3)
selecting only the text after the final hyphen in a string
Submitted by
Dave Curtis
-
a year ago
0
NRAudit Description
PCRE2 (PHP >=7.3)
Pulls out action verbs, emails and usertypes
Submitted by
anonymous
-
a year ago
0
Example 1
PCRE2 (PHP >=7.3)
Example
Submitted by
anonymous
-
a year ago
0
Išrinkite visus žodžius, prasidedančius viena didžiąja raide.
PCRE2 (PHP >=7.3)
Buveinės adresas: Konstitucijos pr. 20A, 03502 Vilnius Telefonai: 1884 arba +370 5 268 4444 (Privatiems klientams) 1633 arba +370 5 268 4422 (Verslo klientams) Faksas: (8 5) 258 2700 El. paštas: info@swedbank.lt...
Submitted by
anonymous
-
a year ago
0
Headers
PCRE2 (PHP >=7.3)
Headers
Submitted by
anonymous
-
a year ago
0
match the id of linkedin url
PCRE2 (PHP >=7.3)
match the id of LinkedIn URL
Submitted by
goldentwon
-
a year 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
-
a year ago
0
Gene ID from GTF Attributes
PCRE2 (PHP >=7.3)
As the title says, duh...
Submitted by
anonymous
-
a year 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
-
a year ago
0
Parse XML element parts
PCRE2 (PHP >=7.3)
Parse XML element parts
Submitted by
emadhusameldeen@gmail.com
-
a year 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
-
a year ago
0
Extract postcode and city
PCRE2 (PHP >=7.3)
Extract postcode and city when both are combined
Submitted by
anonymous
-
a year 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
-
a year 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
-
a year ago
0
test123
PCRE2 (PHP >=7.3)
test
Submitted by
anonymous
-
a year ago
1
...
122
123
124
125
126
...
134
HTML5 email regex
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
[
a
-
zA
-
Z0
-
9.!#$%&'*+
\/
=?^_`{|}~-
]
+
@
[
a
-
zA
-
Z0
-
9
]
(?:
[
a
-
zA
-
Z0
-
9-
]
{0,61}
[
a
-
zA
-
Z0
-
9
]
)?
(?:
\.
[
a
-
zA
-
Z0
-
9
]
(?:
[
a
-
zA
-
Z0
-
9-
]
{0,61}
[
a
-
zA
-
Z0
-
9
]
)?
)*
$
/
gm
Open regex in editor
Description
Source
Mozilla
.
Submitted by
anonymous
-
a year ago