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,640 community submitted regex patterns...
1
PersianDate
ECMAScript (JavaScript)
no description available
Submitted by
Nasehi
-
9 years ago
1
Match JESSSIONID
ECMAScript (JavaScript)
Match JESSSION ID for Netscaler HTTP.RES.SET_COOKIE.REGEX_SELECT(re/JSESSIONID=[A-Za-z\.A-Za-z0-9]*/).TYPECAST_COOKIE_T.VALUE(0)
Submitted by
Francesco Fra
-
9 years ago
1
get video id from youtube link
Golang
no description available
Submitted by
RyuaNerin
-
9 years ago
(Last modified a year ago)
1
Property Search
ECMAScript (JavaScript)
no description available
Submitted by
Churanos
-
9 years ago
1
simple IPv6 check
ECMAScript (JavaScript)
This performs a non-rigorous validation of IPv6 addresses. Should be used before handing off the value to a better parser/validator.
Submitted by
anonymous
-
9 years ago
1
Button Online State Regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Units RegExp
ECMAScript (JavaScript)
no description available
Submitted by
Javier Matusevich
-
9 years ago
1
Library, New Books
ECMAScript (JavaScript)
Used on "http://adi.sunyconnect.suny.edu:4610/adi_new_book.html" to get the URL, Call Number, Title, and Author of all the new books listed.
Submitted by
Daniel Foote
-
9 years ago
1
^([A-Z]{3})$
ECMAScript (JavaScript)
^([A-Z]{3})$
Submitted by
anonymous
-
9 years ago
1
Chat command capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Convert array.forEach for IE8
ECMAScript (JavaScript)
A regex and replace pattern pair for replacing array.forEach(func) with angular.forEach(array, func) This is useful because IE8 does not support array.forEach.
Submitted by
anonymous
-
9 years ago
1
URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
Check delimited email list validity
ECMAScript (JavaScript)
Validates list of email addresses separated by , or ; and possibly spaces. Capture groups will return only the first and last email captured.
Submitted by
Kevin Rák
-
9 years ago
1
test
ECMAScript (JavaScript)
test
Submitted by
test
-
9 years ago
1
Search number in comma separated list
ECMAScript (JavaScript)
Search each occurence of one number in a comma separated list string
Submitted by
Tommaso frazzetto
-
9 years ago
1
shift+click url() parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
contact email address validation
ECMAScript (JavaScript)
validate contact email clientside in JS
Submitted by
anonymous
-
9 years ago
1
contact email validator updated
ECMAScript (JavaScript)
contact email validator updated for dash and number in domain TLD
Submitted by
anonymous
-
9 years ago
1
matching inline note
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
---
ECMAScript (JavaScript)
Submitted by
rs
-
9 years ago
1
...
123
124
125
126
127
...
182
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