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
Match Hashtag names
Python
no description available
Submitted by
anonymous
-
7 years ago
0
URL Catcher Regexp
PCRE (PHP <7.3)
Espressione regolare per catturare un URL in un testo
Submitted by
Samuel Panicucci
-
7 years ago
-2
email regexp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
P10 Email RegEx
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
https://aspsvet.ru/
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
CT SINUS LIMITED SMPR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
split csv row
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Split html tags
ECMAScript (JavaScript)
no description available
Submitted by
Jeremi Stadler
-
7 years ago
0
journal filename articles and issues
PCRE (PHP <7.3)
no description available
Submitted by
LTA
-
7 years ago
1
Formatar CPF
PCRE (PHP <7.3)
Retorna um cpf no formato 123.456.789-11. Cpf de entrada deve conter apenas números
Submitted by
anonymous
-
7 years ago
0
Validate floating-point value string for .NET System.Double and System.Single.
ECMAScript (JavaScript)
After this validation, you can safely put string to System.Double.Parse and System.Single.Parse functions.
Submitted by
Sergey Voronkov
-
7 years ago
0
Extract just the strings surrounded by ~~
PCRE (PHP <7.3)
To mark them italic
Submitted by
anonymous
-
7 years ago
0
Select between 2 strings
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
json
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
srx messages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Java DocComments containing only '@see' information
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Full name with comma
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
davaydarit.ru
PCRE (PHP <7.3)
Учли цену с пробелом
Submitted by
anonymous
-
7 years ago
1
Localhost/private ip origin check
PCRE (PHP <7.3)
Used by CORS to check for localhost/private IP origins Check out the unit tests at /r/2Ofume/1/tests
Submitted by
ngokimphu
-
7 years ago
0
davaydarit.ru
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
1
...
579
580
581
582
583
...
901
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\b
(
[
1
-
9
]
|
[
12
]
[
0
-
9
]
|
3
[
0
]
)
\b
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago