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 9,340 community submitted regex patterns...
0
us telephone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
sort
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
sort 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
username validator
PCRE (PHP <7.3)
^[a-zA-Z]{1}[a-zA-z0-9]{1,15}$ Test input : nikhil11 (valid) 11nikhil (invalid)
Submitted by
anonymous
-
8 years ago
0
Chat bot command multiple params
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
raspored
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
^Cyrillic
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Check cyrillic and special symbols
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Email check
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
VPA and IFSC reg exp. INDIA
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
grabs the ID for the regex101.com
PCRE (PHP <7.3)
grabs the ID for the regex101.com permalink to code
Submitted by
anonymous
-
8 years ago
0
match one of the below
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Bitbucket OAuth access_token
PCRE (PHP <7.3)
Grep the access_token from response returned by bitbucket's oauth access_token endpoint. For example: curl -s https://bitbucket.org/site/oauth2/access_token -d grant_type=client_credentials -u KEY:SECRET `
Submitted by
anonymous
-
8 years ago
0
all my urls
PCRE (PHP <7.3)
no description available
Submitted by
Hik200
-
8 years ago
0
Version Tag
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
domain regex
PCRE (PHP <7.3)
unicode, IDN, usual domains
Submitted by
anonymous
-
8 years ago
0
Currency with $ symbol, support for commas
PCRE (PHP <7.3)
Currency values that can include: $, dot (.), comma (,) and any number Some valid examples 1 1234 1,234...
Submitted by
Ricardo Vega
-
8 years ago
0
Get string between custom HTML Tags
PCRE (PHP <7.3)
Find strings between the custom HTML Tags ""
Submitted by
anonymous
-
8 years ago
0
Matches SQL CREATE Statement for tables with language in name
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
5
6
7
8
9
...
467
strip host port
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
.
*
)
:
\/\/
(
.
*
)
(
:
\d
+
)
\/
(
.
*
)
$
/
gm
Open regex in editor
Description
removes port number from URL
Submitted by
pc
-
a year ago