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 18,000 community submitted regex patterns...
1
Split Java Stack Traces
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Match query-string parameters
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
H6 Hisense
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
req_ip
PCRE (PHP <7.3)
Plex origination request IP
Submitted by
sydvishus
-
8 years ago
1
Extract facebook video id
PCRE (PHP <7.3)
no description available
Submitted by
Stathis Aliprandis
-
8 years ago
1
grabs first part of formula
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Non-Characters
PCRE (PHP <7.3)
TO Select Non-Characters
Submitted by
Naveen
-
8 years ago
1
UrlTest
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Url
PCRE (PHP <7.3)
Regex for full url
Submitted by
MrDenzo
-
8 years ago
1
Full url
PCRE (PHP <7.3)
For full url.
Submitted by
MrDenzo
-
8 years ago
1
IBM_DS parse
PCRE (PHP <7.3)
no description available
Submitted by
Anton Rastyazhenko
-
8 years ago
1
WRAP LONG STRING TO SPEC LENGTH
PCRE (PHP <7.3)
fixed we do not need \b 'cose it broke with quotes used in processed text
Submitted by
anonymous
-
8 years ago
1
Universal URL
PCRE (PHP <7.3)
Matches any forms of common URLs with a single regular expression
Submitted by
np.trivial
-
8 years ago
1
JS Variable Parser
PCRE (PHP <7.3)
Parses variables for Javascript.
Submitted by
anonymous
-
8 years ago
1
Phone Number
ECMAScript (JavaScript)
Between 8 and 10 Digits, no spaces
Submitted by
anonymous
-
8 years ago
1
javascript anonymous function matcher
PCRE (PHP <7.3)
only anon functions
Submitted by
anonymous
-
8 years ago
1
Add ngInject to all files
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
XLS Sheet :replacement with Regex
PCRE (PHP <7.3)
This expression will be useful to distinct group of Special characters making a blocker while creating the sheet though code e.g IF sheet name is given XXX/[abc]/YYY name through code.It must be renamed as such naming is not allowed in XLS.
Submitted by
Reshma Nehlani
-
8 years ago
1
add ngInject
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
RGX lj-ARRAY
ECMAScript (JavaScript)
RGX lj-ARRAY
Submitted by
LJARRAY
-
8 years ago
1
...
719
720
721
722
723
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
[
0
-
9a
-
z-.
]
+
?
)
(
-
[
0
-
9a
-
f
]
{8,10}
)?
$
/
mg
Open regex in editor
Description
matching pod-controller
Submitted by
anonymous
-
3 years ago