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
uWR Accept
Python
no description available
Submitted by
anonymous
-
8 years ago
0
uRD Accept
Python
no description available
Submitted by
anonymous
-
8 years ago
0
replace with ,
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
remove spaces, brackets in resume skills
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Iniciais nomes
PCRE (PHP <7.3)
Obtém iniciais dos nomes, como siglas.
Submitted by
Igor
-
8 years ago
0
HTML tags and comments split
ECMAScript (JavaScript)
This regex is used to split HTML tags and comments.
Submitted by
Danilo Celestino de Castro
-
8 years ago
0
Split sentences in a text
ECMAScript (JavaScript)
Split sentences in a text. Can be used to build text manager apps.
Submitted by
Danilo Celestino de Castro
-
8 years ago
0
Montant monétaire
PCRE (PHP <7.3)
Une expression régulière pour reconnaitre une somme entière en euros ou en francs. Accepte des séparatifs dans les blocs de chiffres (toutes les syntaxes) (ex: 10.000, 10 000 mais aussi 10 00 , 1 0 0 0 euros) Accepte seulement certaines unités
Submitted by
anonymous
-
8 years ago
0
String OR
PCRE (PHP <7.3)
OR between strings it could be done with multiline flag, but it was unable to be done due to some limitations in the specific enviroments in use
Submitted by
anonymous
-
8 years ago
0
css font family
ECMAScript (JavaScript)
http://stackoverflow.com/questions/7885096/how-do-i-decode-a-string-with-escaped-unicode http://stackoverflow.com/questions/14449245/decode-unicode-to-character-in-javascript
Submitted by
anonymous
-
8 years ago
0
minimum threshold CW
PCRE (PHP <7.3)
should accept all digits with a comma with or without decimals. If there is a comma, there should be decimals cannot start with comma
Submitted by
Derek Vonk
-
8 years ago
0
Readstat in Brackets
Python
no description available
Submitted by
anonymous
-
8 years ago
0
font-family matches
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CVP Header Rewrite - Replace "--CVP xxxx" caller-id information
PCRE (PHP <7.3)
no description available
Submitted by
Emre Sumengen
-
8 years ago
0
Secure Passwords
PCRE (PHP <7.3)
Use secure passwords! Ensure your passwords are at least 15 chars long. The longer the better.
Submitted by
anonymous
-
8 years ago
0
amende
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
emprisonnement
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Regex for import statements
ECMAScript (JavaScript)
This regex matches the import statements written in Java. The key element is the pattern that matches .xxx.
Submitted by
yogitaap
-
8 years ago
0
Apache log2
Python
Read regular expression for log
Submitted by
anonymous
-
8 years ago
1
...
403
404
405
406
407
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
\(
?
?
(
0
\d
{1,2}
?
)
\)
?
?
(
\s
*
?
|
-
?
?
)
(
\d
{3,4}
(
\s
*
?
|
-
?
?
)
\d
{3,4}
)
/
Open regex in editor
Description
Forked from
https://regex101.com/r/vL1pD2/1
Submitted by
Albert Yu
-
8 years ago