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...
1
Domain Regex (line start)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
-1
Replace comma separated decimals (comma instead of point)
ECMAScript (JavaScript)
Matches, line by line, a comma separated list of decimal numbers with comma as decimal character (Spanish way) Produces a list of comma separated pairs (space separated innermost) of decimal numbers with point as decimal character (English way)
Submitted by
Bruno A. Castro
-
9 years ago
1
Lua Symbol Recognizer
ECMAScript (JavaScript)
Recognizes the set of all Lua symbols
Submitted by
Nicholas Barrett
-
9 years ago
1
Butle_UPMC_Match
PCRE (PHP <7.3)
Work for BHS
Submitted by
Brian Mulhall
-
9 years ago
1
SLICING A PATTERN
PCRE (PHP <7.3)
YEAR_MONTH_DAY HOUR_MINUTE_SECOND (UTC)
Submitted by
Kmna
-
9 years ago
1
PECL: find stable versions
Python
no description available
Submitted by
anonymous
-
9 years ago
0
Number
PCRE (PHP <7.3)
no description available
Submitted by
Jaromir Muller
-
9 years ago
1
SP ZONE SEARCH PATTERN
PCRE (PHP <7.3)
no description available
Submitted by
Woohoo
-
9 years ago
1
ates
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
regex date_time
ECMAScript (JavaScript)
expression régulière pour les dates et les heures précises au millionième de seconde
Submitted by
Master
-
9 years ago
1
123
ECMAScript (JavaScript)
fsd
Submitted by
fds
-
9 years ago
1
dsadas
PCRE (PHP <7.3)
dsadsadas
Submitted by
anonymous
-
9 years ago
0
Apache log regex
PCRE (PHP <7.3)
Regex pattern for Apache log
Submitted by
Sujan Thapa
-
9 years ago
1
Date
Python
Find and ISO format date.
Submitted by
Andrew Chalk
-
9 years ago
1
time
Python
get time in string 33:20 a.m
Submitted by
Hoang Phuong - Gia Lai
-
9 years ago
1
format time:"33:20 p.m"
Python
Get time in string 33:20 p.m
Submitted by
Hoang Phuong - Viet Nam
-
9 years ago
1
Commission
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
IV
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Date 01
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
class code regex
Python
no description available
Submitted by
anonymous
-
9 years ago
1
...
159
160
161
162
163
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
(?=
.
{0,50}
$
)
^
(
(
https
?
:
\/\/
)?
(
www
\.
)?
)?
(
[
a
-
zA
-
Z0
-
9&
\-\'\+\$
%_,
\/
;#
]
)+
\.
(
[
a
-
z
]
){2,4}
$
/
Open regex in editor
Description
no description available
Submitted by
Josiah
-
9 years ago