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,000 community submitted regex patterns...
0
Dutch postalcode + house number
ECMAScript (JavaScript)
Dutch postalcode + house number like: 1232AS 23 1232AS 23a
Submitted by
Kevin
-
2 years ago
0
title and page
.NET 7.0 (C#)
find title and page in text
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
parseTagFromName simplify name
ECMAScript (JavaScript)
This removed some extra tags from the name of an experiment to make the next match part simpler.
Submitted by
anonymous
-
2 years ago
0
Encontrado Milhares
PCRE2 (PHP >=7.3)
milhares/centenas/dezenas milhares/centenas/dezenas/unidades milhares/centenas milhares/dezenas
Submitted by
anonymous
-
2 years ago
0
URL REGEX
PCRE2 (PHP >=7.3)
URL REGEx
Submitted by
anonymous
-
2 years ago
0
URL Regex
PCRE2 (PHP >=7.3)
URL regex
Submitted by
anonymous
-
2 years ago
0
Beatiful.ai clean up
PCRE2 (PHP >=7.3)
.
Submitted by
anonymous
-
2 years ago
0
7zip file type regex
.NET 7.0 (C#)
header of output from > 7z i
Submitted by
ninmonkey
-
2 years ago
0
Parse binomial expression
ECMAScript (JavaScript)
Parses the given binomial expression
Submitted by
nepjua
-
2 years ago
0
UUID Validator
PCRE2 (PHP >=7.3)
Yup, that's a Universal Unique Identifier alright
Submitted by
anonymous
-
2 years ago
0
Numbers only
PCRE2 (PHP >=7.3)
Detect numbers only in entire word each line
Submitted by
sarumie
-
2 years ago
(Last modified 2 years ago)
0
cyrillic month match
PCRE2 (PHP >=7.3)
Соня :3
Submitted by
seocringe
-
2 years ago
0
Command Usage
ECMAScript (JavaScript)
a
Submitted by
12944qwerty
-
2 years ago
0
number two decimal digit
Python
.
Submitted by
anonymous
-
2 years ago
0
SWIG ModuleName
PCRE2 (PHP >=7.3)
indentify the Modulename
Submitted by
anonymous
-
2 years ago
1
PowerShell RegEx - Renaming ROM Files in ROMs Directory
PCRE2 (PHP >=7.3)
Renaming ROM Files in ROMs Directory
Submitted by
MrMattiPants
-
2 years ago
1
ip port proxy scrap
PCRE (PHP <7.3)
1.0.170.50:80 1.1.189.58:8080 1.1.220.100:8080 1.2.252.65:8080 1.20.166.142:8080 1.32.59.217:47045...
Submitted by
anonymous
-
2 years ago
0
(1) Custome, 50 Another Word
PCRE2 (PHP >=7.3)
Some description
Submitted by
anonymous
-
2 years ago
1
iCal
PCRE2 (PHP >=7.3)
iCal parser
Submitted by
Appenjel
-
2 years ago
2
Email with gmail+ implementation
PCRE2 (PHP >=7.3)
Regex of email with ability to add gmail's +example system example: root email = user@gmail.com gmail+ = user+extra@gmail.com
Submitted by
brad
-
2 years ago
1
...
115
116
117
118
119
...
900
Community Library Entry
0
Regular Expression
.NET 7.0 (C#)
@"
(?xim)
^\s
*
(?<Num1>
\d
+
)
\s
+
(?<Dots>
.
*
?
)
\s
+
(?<X>
.
*
?
)
\s
+
(?<ExtList>
.
*
?
)
\s
{2,}
(?<Rest>
.
*
)
$
#
//
#
(?<ExtList>.*)
#
\s{2,}
#
(?<BytesOr>(\|.{2}))*?
#$
"
gm
Open regex in editor
Description
header of output from > 7z i
Submitted by
ninmonkey
-
2 years ago