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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,720 community submitted regex patterns...
2
SED
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Funy error
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Get the city name from combined zip code and city input
ECMAScript (JavaScript)
Suitable for countries with a combination of
Submitted by
Nils
-
9 years ago
-1
Extract the city from zip code and city input
ECMAScript (JavaScript)
no description available
Submitted by
Nils Butenschön
-
9 years ago
1
Word separator
ECMAScript (JavaScript)
This regexp can be used to separate words in common text.
Submitted by
Rafael Salazar
-
9 years ago
4
Mobile phone russia
ECMAScript (JavaScript)
Submitted by
Johhny
-
9 years ago
0
parse author from html
ECMAScript (JavaScript)
no description available
Submitted by
imilov
-
9 years ago
0
author from tag
ECMAScript (JavaScript)
no description available
Submitted by
imilov
-
9 years ago
1
n.x
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Season Title Match
Python
no description available
Submitted by
anonymous
-
9 years ago
1
find revenue
ECMAScript (JavaScript)
$12.34
Submitted by
anonymous
-
9 years ago
1
join
Python
no description available
Submitted by
anonymous
-
9 years ago
1
s
ECMAScript (JavaScript)
s
Submitted by
s
-
9 years ago
1
data-repeat
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Days Hours Minutes Seconds
Python
no description available
Submitted by
Clay Burns
-
9 years ago
1
URL that allows IP
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Registry key path
Python
Get the Last entry for the registry key.
Submitted by
Rhino
-
9 years ago
1
number of spaces at beginning of lines
ECMAScript (JavaScript)
find the number of spaces at the beginning of lines in a file.
Submitted by
andy
-
9 years ago
1
wso list
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Match slahses and numbers
ECMAScript (JavaScript)
Match all forward and backward slashes and numbers in a string. Usefull for obtaining only text chars from address.
Submitted by
Rado
-
9 years ago
1
...
243
244
245
246
247
...
286
search word with an accent
6
Regular Expression
ECMAScript (JavaScript)
/
\S
*
[
\u00E0-\u00FC
]
\S
*
/
gi
Open regex in editor
Description
search any word with an accent
Submitted by
Thegner Pierre
-
9 years ago