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
texto hasta 6 palabras - solo letras
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
texto
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
function identifier with arguments
PCRE (PHP <7.3)
matches a function signature and extracts the function name and the contents of the parenthesis as match groups
Submitted by
anonymous
-
6 years ago
0
Converte codigo pdf
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Don't match numbers that have a letter preceding
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Don't match numbers that contain a letter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
ISO Timestamp-ish
ECMAScript (JavaScript)
Matches ISO-like timestamp, with or without date and time separators
Submitted by
anonymous
-
6 years ago
0
Parse codigo cidade
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
email address
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Inventory Upload Errors
Python
no description available
Submitted by
anonymous
-
6 years ago
0
Ursnif URIs
PCRE (PHP <7.3)
Matching on the Ursnif C2 URI structure.
Submitted by
Damian Torres
-
6 years ago
0
decimal
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Only alphanumeric characters allowed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
Hello, World!
Python
For SCT in DataCamp course
Submitted by
anonymous
-
6 years ago
0
detect ประเทศ 1
Python
no description available
Submitted by
anonymous
-
6 years ago
0
detect ประเทศ 2
Python
no description available
Submitted by
anonymous
-
6 years ago
0
yt exp
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
6 years ago
0
find instagram display url
Python
no description available
Submitted by
anonymous
-
6 years ago
0
UmidadeMotoncoRegex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
6 years ago
0
IP Addresses
PCRE (PHP <7.3)
This Regex finds IPv4 addresses
Submitted by
anonymous
-
6 years ago
1
...
215
216
217
218
219
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
[
aA
]
v
\/
|
[
aA
]
venida
)
\s
?
(
[
A
-
Za
-
z
]
{0,}
)
\,
?
\s
?
(
\d
{0,}
|
s
\/
n
)
\,
?
\s
?
\d
{0,}
[
ºª
]
?
\s
?
[
a
-
zA
-
Z
]
?
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago