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
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
prokka genbank inference tag parsing
PCRE (PHP <7.3)
where the inference line is long, it becomes multi-line and can't be parsed by biopython; need to re-write as single line
Submitted by
anonymous
-
7 years ago
0
cn regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
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
-
8 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
1
...
97
98
99
100
101
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?i)(?m)
(?<!
[
a
-
z
]
)
\d
{1,4}
(?:
[
.,
\s
]
\d
{3}
)*
(?:
[
.,
]
\d
{2}
)
(?!
%
|
\d
|
\.
|
\s
cm
|
cm
|
pol
|
\s
pol
)
/
g
Open regex in editor
Description
Encontra qualquer preço presente num documento.
Submitted by
anonymous
-
7 years ago