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 3,460 community submitted regex patterns...
0
Coding Kata Exercise #1
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
ISAN/ISMN/ISRN/ISWC
ECMAScript (JavaScript)
Combined patterns for ISAN, ISMN, ISRN and ISWC to distinguish them for BibLaTeX output.
Submitted by
anonymous
-
5 years ago
0
Date Input mask expression
ECMAScript (JavaScript)
An expression to test weather or not to add a / when entering in dates
Submitted by
anonymous
-
5 years ago
0
video img
ECMAScript (JavaScript)
/\/g
Submitted by
anonymous
-
5 years ago
0
Number range
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Repeated Responses
ECMAScript (JavaScript)
Find three repetitions of yes or no anywhere in a string.
Submitted by
anonymous
-
5 years ago
0
手机号正则
ECMAScript (JavaScript)
匹配手机号码的正则表达式 支持130——139、150——153、155——159、180、183、185、186、188、189号段
Submitted by
anonymous
-
5 years ago
0
GapList
ECMAScript (JavaScript)
read in gap list file with date day range between 17-21
Submitted by
anonymous
-
5 years ago
0
GapList
ECMAScript (JavaScript)
read in gap list file with date day range between 17-21
Submitted by
anonymous
-
5 years ago
0
JavaScript Email regex
ECMAScript (JavaScript)
Javascript regex to validate email address
Submitted by
anonymous
-
5 years ago
0
Phone regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
UK postcode
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
sample
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
point 2
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
Insert CDATA on SVG text fields
ECMAScript (JavaScript)
For each that it founds, it inserts a <![CDATA[ ... ]]>
Submitted by
anonymous
-
5 years ago
0
Telephone number : strict international section, flexible local section for wider international and allows spaces for visual formatting
ECMAScript (JavaScript)
Telephone number strict international section :- starting with '+' or '00' flexible local section for wider international and allows spaces for visual formatting Close enough for many requirements. Tweak to match your country/circumstances better. ...
Submitted by
PS
-
5 years ago
0
Bash command help flags extract
ECMAScript (JavaScript)
Extracts the flag option information from a bash 'COMMAND --help'.
Submitted by
anonymous
-
5 years ago
0
B&C integer plus eighths
ECMAScript (JavaScript)
This regular expression will match the following: 0 1-39 Integers Mixed numbers of the form x y/8 or x-y/8 where x is an integer between 1 & 9 and y is an integer between 0 & 7 xx y/8 or xx-y/8 where xx is an integer between 1 & 39 and y is an integer between 0 & 7...
Submitted by
anonymous
-
5 years ago
0
从计算表达式中分别提取含x和y的部分
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
5 years ago
0
IETF Locale Tag
ECMAScript (JavaScript)
For more background, refer to: http://codel10n.com/what-is-correct-locale-tag-en_us-vs-en-us/
Submitted by
anonymous
-
5 years ago
1
...
123
124
125
126
127
...
173
Community Library Entry
0
Regular Expression
Python
r"
[
\w
\-
]
[
\w
\-\.
]
+
@
[
\w
\-
]
[
\w
\-\.
]
+
[
a
-
zA
-
Z
]
{1,4}
"
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
10 years ago