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,660 community submitted regex patterns...
2
Number or Range
ECMAScript (JavaScript)
Allows either a number (e.g. "1", "1.01") or a range (e.g. "1-2", "1.0 - 1.3"). Also allows whitespace on either side of the numbers.
Submitted by
Mark Newcomb
-
8 years ago
1
tags
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Expression for -1 to infinite
ECMAScript (JavaScript)
no description available
Submitted by
Nitin Zajam
-
8 years ago
1
matching sql input
ECMAScript (JavaScript)
no description available
Submitted by
mee
-
8 years ago
1
Only first name and last name
ECMAScript (JavaScript)
No numbers, no special characters, no triple (or more) repeating characters
Submitted by
ranst
-
8 years ago
1
GettyImages links
ECMAScript (JavaScript)
capture image id from a variety of gettyimages links
Submitted by
Ahmed Hassanein
-
8 years ago
1
Port & Port rage regex
ECMAScript (JavaScript)
Matches port and port range max to 2^16. Match: 1 2 3 99...
Submitted by
Dan
-
8 years ago
3
Markdown link rewriting
ECMAScript (JavaScript)
A regular expression which finds all instances of markdown links and helps with rewriting link paths.
Submitted by
Will Vaughn
-
8 years ago
1
phone number italy
ECMAScript (JavaScript)
phone number with country prefix (+ or 00) and phone number with spaces and special characters allowed
Submitted by
bux
-
8 years ago
1
4444
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Get all accessibility attributes
ECMAScript (JavaScript)
Get all aria- attributes from html string.
Submitted by
David Aguilar
-
8 years ago
1
Email validation
ECMAScript (JavaScript)
no description available
Submitted by
phatnguyen.tit
-
8 years ago
1
Windows Machine Name
ECMAScript (JavaScript)
Implements https://support.microsoft.com/en-us/kb/909264
Submitted by
Daniel Fisher (lennybacon)
-
8 years ago
1
slack command
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Credit regex
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
DOI REGEX
ECMAScript (JavaScript)
hey
Submitted by
Aadi
-
8 years ago
1
Kadastr number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
double
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Email validation - Click Dimensions
ECMAScript (JavaScript)
Little bit specific. Created to comply with ClickDimensions email validation which does not follow the rules...
Submitted by
Aleksandar Perc
-
8 years ago
1
Time Zone
ECMAScript (JavaScript)
Time zone in either +01:54 format, or Australia/Sydney format
Submitted by
DT
-
8 years ago
1
...
123
124
125
126
127
...
183
Community Library Entry
-1
Regular Expression
Java 8
"
import
\s
+
[
'
\"
]
(?!
package:
)
(?<importPath>
.
*
?
)
[
'
\"
]
"
gmi
Open regex in editor
Description
find dart relative import path
Submitted by
sagarpanchal
-
a year ago