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
iFiske CORS
PCRE (PHP <7.3)
Ska matcha subdomäner av ifiske.se Ska matcha ifiske://vadsomhelst Ska matcha localhost Ska matcha alla portar
Submitted by
anonymous
-
6 years ago
0
CRÉATION DE VARIABLE
PCRE (PHP <7.3)
Pour définir des variables en début de REGEX et les appeler par la suite
Submitted by
anonymous
-
6 years ago
0
ACCEPT
PCRE (PHP <7.3)
Permet de stopper la recherche si un caractère est trouvé. Ici ça trouve BAZ puis BO en s'arretant à O sans chercher le Z après puis Recommence à chercher et trouve BIZ
Submitted by
anonymous
-
6 years ago
0
Palindrome
PCRE (PHP <7.3)
Permet de stopper la recherche si un caractère est trouvé. Ici ça trouve BAZ puis BO en s'arretant à O sans chercher le Z après puis Recommence à chercher et trouve BIZ
Submitted by
anonymous
-
6 years ago
0
Regex for ssn
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex for email
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Italian phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Italian fix phone number
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
star
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Different argentinian car plate number.
Python
no description available
Submitted by
anonymous
-
6 years ago
0
חיפוש מילים כפולות
PCRE (PHP <7.3)
למחוק את המילה השניה הכפולה
Submitted by
anonymous
-
6 years ago
0
Expresiones regulares primer parcial
ECMAScript (JavaScript)
Se detalla que la formula hace match hasta iniciar las horas de ahí para adelante no realiza match
Submitted by
anonymous
-
6 years ago
0
Dogs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Remove all the query String
PCRE (PHP <7.3)
If you are sure none of the queries are relevant to your content, you can also remove all of them at once to have clean page paths.
Submitted by
anonymous
-
6 years ago
0
remove a ‘name’ query that is passed since it is PII
PCRE (PHP <7.3)
The first part is the query’s name and the ‘=’. Keep in mind that the query may be one of many and between or before other queries that we want to remain. The next part of the expression, ‘’, is targeting any character that is not an ampersand so that it stops before the next query. The asterisk i...
Submitted by
anonymous
-
6 years ago
0
remove a ‘name’ query that is passed since it is PII
PCRE (PHP <7.3)
The first part is the query ’s name and the ‘=’. Keep in mind that the query may be one of many and between or before other queries that we want to remain. The next part of the expression, ‘’, is targeting any character that is not an ampersand so that it stops before the next query. The asterisk i...
Submitted by
anonymous
-
6 years ago
0
Remove Trailing Slash
ECMAScript (JavaScript)
It extracts 3 groups before trailing slash trailing slash queryString ?name1=value1 Then, combing group 1 and group 3....
Submitted by
anonymous
-
6 years ago
0
Work Experince in Years
ECMAScript (JavaScript)
Should allow in the following format YY.MM (Years.Months)
Submitted by
anonymous
-
6 years ago
0
Discord code block regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
1
...
547
548
549
550
551
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\d
{1,2}
\.
\d
{1,2}
\.
\d
{2,4}
\d
{2}
:
\d
{2}
(
:
\d
{2}
){0,1}
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago