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,920 community submitted regex patterns...
-1
Only letters without numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Brasileirão - Url de leagues
Python
no description available
Submitted by
jroque Junior | Raphael Fruneaux
-
8 years ago
1
Find untranslated strings, angular
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Movizland
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Workspace case insensitive
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Workspaces
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
get lowercase letters
ECMAScript (JavaScript)
get lowercase letters
Submitted by
jho
-
8 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
-
8 years ago
0
Payment process
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 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
-
8 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
-
8 years ago
0
Regex Fecha yyyy-MM-dd
ECMAScript (JavaScript)
valida fechas de 19## a 20##, en formato yyyy-MM-dd
Submitted by
http://www.regular-expressions.info/dates.html
-
8 years ago
0
ContentPlace Xml Tag
ECMAScript (JavaScript)
ContentPlace Xml Tag
Submitted by
Saeed Tabrizi
-
8 years ago
0
int or Float 3 decimal values
ECMAScript (JavaScript)
Accepts only integer or Flating values upto 3 decimals. To accept n decimals change (1,n)
Submitted by
Shanky
-
8 years ago
0
Validates Against YYYY
ECMAScript (JavaScript)
This regex checks if a user has input 4 digit year integer.
Submitted by
@izotope115
-
8 years ago
0
Check That User Has Input Valid YYYY
ECMAScript (JavaScript)
This simple regex checks if a user has input correct YYYY format.
Submitted by
@izotope115
-
8 years ago
1
yFrame Origin Filter
ECMAScript (JavaScript)
Pattern used to filter URL origin (protocol:host) for yFrame.
Submitted by
grese
-
8 years ago
1
ISO, UK/US and international numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Sunless Sea Game Note
Python
no description available
Submitted by
MestreLion
-
8 years ago
1
github user/repo regex
Python
parses user/repo
Submitted by
luckydonald
-
8 years ago
1
...
235
236
237
238
239
...
296
Alpha + Underscore
1
Regular Expression
ECMAScript (JavaScript)
/
^
[
a
-
zA
-
Z0
-
9
\_
]
+
$
/
Open regex in editor
Description
no description available
Submitted by
Sergio de la Garza
-
9 years ago