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
prokka genbank inference tag parsing v2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Email Validation <addr>@<website>.<domain>
ECMAScript (JavaScript)
Basic validation for email. Not Fool-Proof.
Submitted by
Subinoy Roy
-
7 years ago
0
Telegram regex validation
PCRE (PHP <7.3)
https://telegram.me/Amirhamini https://t.me/Amirhamini
Submitted by
Farzad esmaeeli & Amirhamini
-
7 years ago
0
Telegram regex validation
PCRE (PHP <7.3)
https://telegram.me/Amirhamini https://t.me/Amirhamini
Submitted by
Farzad esmaeeli & Amirhamini
-
7 years ago
0
Capital Social
PCRE (PHP <7.3)
Encontra o valor do capital social de uma empresa.
Submitted by
anonymous
-
7 years ago
0
Preços
PCRE (PHP <7.3)
Encontra qualquer preço presente num documento.
Submitted by
anonymous
-
7 years ago
0
Contribuintes
PCRE (PHP <7.3)
Encontra números de contribuinte (NIF's) num documento
Submitted by
anonymous
-
7 years ago
0
Basic sanity syntax check of International Domain Names (converted to ASCII)
PCRE (PHP <7.3)
This regex provides a basic syntax sanity check on an International Domain Name (IDN) which has been converted to ASCII (e.g. via the PHP function idn_to_ascii() from the php-intl package. Does not guarantee the actual domain name is valid (let alone registered), but only a very basic syntax check.
Submitted by
Doqnach
-
7 years ago
0
Substitute Fortran DO with C# for
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Javascript Regex
ECMAScript (JavaScript)
Portal Use
Submitted by
mumair
-
7 years ago
0
Find Angular-CLI <script src="*.bundle.js> injected elements
PCRE (PHP <7.3)
Use Case Angular CLI adds in js bundles when a build is performed, one of the bundles are tiny and should be unlined. Using something like gulp-replace that uses regedx to remove, and gulp-inject to rewrite these links ( and inline code ) can be very beneficial for a post build process if you are ...
Submitted by
anonymous
-
7 years ago
0
层
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Match smiles in text
Python
Smile spec: 1619 informatics
Submitted by
FeDaniil
-
7 years ago
0
Mattermail - test multiple usernames seperated by comma (,) and spaces (\s)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
trim JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Find Next Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
time
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Lab1 pas compact
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Chord Pattern
ECMAScript (JavaScript)
Pattern to match ukulele chords, wrapped in square brackets. Examples: [G] [Em] [Dsus2] [Bb] [Ab7sus4]
Submitted by
Kris Paulsen
-
7 years ago
0
Validate param name
ECMAScript (JavaScript)
no description available
Submitted by
ABabin
-
7 years ago
1
...
422
423
424
425
426
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(?:
(?:
\(
?
(?:
00
|
\+
)
(
[
1
-
4
]
\d\d
|
[
1
-
9
]
\d
?
)
\)
?
)?
[
\-\.\
\\\/
]
?
)?
(
(?:
\(
?
\d
{1,}
\)
?
[
\-\.\
\\\/
]
?
){0,}
)
(?:
[
\-\.\
\\\/
]
?
(?:
#
|
ext
\.
?
|
extension
|
x
)
[
\-\.\
\\\/
]
?
(
\d
+
)
)?
$
/
i
Open regex in editor
Description
Portal Use
Submitted by
mumair
-
7 years ago