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 2,420 community submitted regex patterns...
1
Find label
Python
Find label in MIPS assembly
Submitted by
Dlavoieb
-
9 years ago
1
kalem pattern 2
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Sunless Sea Game Note
Python
no description available
Submitted by
MestreLion
-
9 years ago
1
IP4 Address Checker
Python
Allows exaclty 4 groups of digits in the range 0..255 seperated by . characters
Submitted by
Steve (Gadget) Barnes
-
9 years ago
1
Verbose Python IP4 Address
Python
Verbose IP4 simple address re N.B. You need to ensure that the re is in trebble quotes r""" .... """
Submitted by
Steve (Gadget) Barnes
-
9 years ago
1
Find 7-letter Palindromes
Python
Find 7 letter words that are spelled the same forwards as they are backwards.
Submitted by
Christian Frost
-
9 years ago
1
Movizland
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Brasileirão - Url de leagues
Python
no description available
Submitted by
jroque Junior | Raphael Fruneaux
-
9 years ago
1
ip address
Python
no description available
Submitted by
anonymous
-
9 years ago
1
MySQL
Python
no description available
Submitted by
anonymous
-
9 years ago
1
xfd log - multi-pass non-optimized start->end times
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Liens internes
Python
Liens internes commençant par : rien / http, https, www et contenant le nom de domaine
Submitted by
anonymous
-
9 years ago
1
commit 1
Python
no description available
Submitted by
anonymous
-
9 years ago
1
commit 2
Python
no description available
Submitted by
anonymous
-
9 years ago
1
reg example
Python
no description available
Submitted by
horangs
-
9 years ago
1
Div Matching Test
Python
Div Matching Test
Submitted by
anonymous
-
9 years ago
1
HiveQL query/comment splitter
Python
Splits a HiveQL line into query and comment sections.
Submitted by
anonymous
-
9 years ago
1
rocola
Python
for #regex
Submitted by
ElGatoSaez
-
9 years ago
1
date validation (yyyy-mm-dd)
Python
no description available
Submitted by
anonymous
-
9 years ago
1
nombres y apellidos
Python
expresión para python.
Submitted by
davila vargas
-
9 years ago
1
...
15
16
17
18
19
...
121
Community Library Entry
0
Regular Expression
.NET 7.0 (C#)
@"
(?<=
(
/
|
^
)
)
(
(
(
/
|
^
)
|
(
\w
*
:
)
)
(?<node>
.
*
?
)
)
(?=
/
|
$
)
"
gm
Open regex in editor
Description
Replace namespaces in xpath with local-name
Submitted by
pvlzh
-
2 years ago