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
Fastighet base parameter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
test
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
Regex Support Document
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Composite name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Match text portion and text on either side
PCRE (PHP <7.3)
You want to match a portion of text in a string, and either want or don’t mind also matching the text either side of the text portion
Submitted by
anonymous
-
6 years ago
0
Match 2 groups of text with anything on the right on each group
PCRE (PHP <7.3)
You want to match 2 groups of text, with any text following each group
Submitted by
anonymous
-
6 years ago
0
Not selecting text
PCRE (PHP <7.3)
You dont want to match the pattern, but want to match any text above or below the pattern
Submitted by
anonymous
-
6 years ago
0
GENERATION_CHAMP_Mbox
PCRE (PHP <7.3)
Permet a partir des codes_champs de générer la structure HTML attendue en TPL spécifique
Submitted by
anonymous
-
6 years ago
0
URL que sea master
PCRE (PHP <7.3)
Revisa si estamos en master-algo
Submitted by
anonymous
-
6 years ago
0
Splunk
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Phone
Golang
Phone Number
Submitted by
anonymous
-
6 years ago
0
Match only numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
LSD MSD regex
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Specific C Enumerator Matching
Python
no description available
Submitted by
anonymous
-
6 years ago
0
NUMERO DI TELEFONO
PCRE (PHP <7.3)
+39 E 9-15 CIFRE
Submitted by
anonymous
-
6 years ago
0
aufg5 final
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
foo
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Ejemplo de un patrón de nombre multivariado
Python
Cada persona debería desarrollar un patrón de texto de su nombre que reconozca todas las variantes usuales que por brevedad o capricho se utilizan en el ámbito familiar, social y laboral. (jgomezp:erbeye)
Submitted by
anonymous
-
6 years ago
0
Match numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
HA template search
ECMAScript (JavaScript)
Searches for the template setting.
Submitted by
anonymous
-
6 years ago
1
...
552
553
554
555
556
...
900
Community Library Entry
0
Regular Expression
Python
r"
^
(?:
https
?
:
\/\/
)?
(?:
[^
@
\/
\n
]
+
@
)?
(?:
www
\.
)?
(
[^
:
\/
?
\n
]
+
)
"
igm
Open regex in editor
Description
From
link
Get domain from url start with: http, https, www, or abc:abc.google.com
Submitted by
anonymous
-
3 years ago