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 6,360 community submitted regex patterns...
1
gasmeter
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
compile -> link replace
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
---
ECMAScript (JavaScript)
Submitted by
rs
-
9 years ago
0
simple json key value pair parser
PCRE2 (PHP >=7.3)
no description available
Submitted by
amlang
-
9 years ago
(Last modified 6 months ago)
1
matching inline note
ECMAScript (JavaScript)
no description available
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
contact email address validation
ECMAScript (JavaScript)
validate contact email clientside in JS
Submitted by
anonymous
-
9 years ago
1
shift+click url() parser
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
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
test
ECMAScript (JavaScript)
test
Submitted by
test
-
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
URL
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
2
bye
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
Chat command capture
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
number or range
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
^([A-Z]{3})$
ECMAScript (JavaScript)
^([A-Z]{3})$
Submitted by
anonymous
-
9 years ago
2
emoji short-code detection
ECMAScript (JavaScript)
Detects the short-code words for emojis (a la jemoji).
Submitted by
Eric McCormick
-
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
Units RegExp
ECMAScript (JavaScript)
no description available
Submitted by
Javier Matusevich
-
9 years ago
1
...
281
282
283
284
285
...
318
Community Library Entry
2
Regular Expression
ECMAScript (JavaScript)
/
\d
+
[
.,
]
?
(
\d
+
\s
*
k
?
|
x
{2,3}
)
(?=
\s
*
(
original
|
actual
|
highway
)?
\s
*
miles
)
|
(?<=
mile
(
s
|
agex
?
)
:
?
\s
*
(
is
|
~
)?
\s
*
)
\d
+
[
.,
]
?
(
\d
+
(
\s
*
k
)?
|
x
{2,3}
)
|
(
\d
+
(
\s
*
K
)
|
x
{2,3}
)
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
11 years ago