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
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
0
Regex that does not match 0 but matches other values
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Separate pair of names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
get img src from html
Python
match the src attribute of the html img tag
Submitted by
anonymous
-
6 years ago
0
Slick url parser
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Points fichier
PCRE (PHP <7.3)
Attrape les points dans les noms de fichiers sauf le dernier pour conserver l'extension. Ne conserve pas la double extension
Submitted by
anonymous
-
6 years ago
0
Check if url start with https
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
aufg6 final final
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Aufg1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
start and end with same vowel
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
1
...
548
549
550
551
552
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
[
a
-
zA
-
Z0
-
9
]
{10}
)
(
.
raiffeisen
.
pl
|
.
fortisbank
.
com
.
pl
|)
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago