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...
0
Yealink XML Phonebook entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Yealink XML Phone book entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
subdomain rewrite
ECMAScript (JavaScript)
no description available
Submitted by
mackenzie starr
-
9 years ago
0
Invoice Number
ECMAScript (JavaScript)
no description available
Submitted by
Sebastian Proske
-
9 years ago
0
Telephone number with space
PCRE (PHP <7.3)
no description available
Submitted by
rafanto
-
9 years ago
0
Split HTML string
ECMAScript (JavaScript)
Extracts HTML tags, HTML entities, alphanumeric words, and the rest.
Submitted by
Azmizar
-
9 years ago
0
Indian Phone Numbers
PCRE (PHP <7.3)
Can match all indian 10 digit mobile numbers (with or without country code,braces or prefixed 0)
Submitted by
Harshvardhan Malpani
-
9 years ago
0
buen
PCRE (PHP <7.3)
Name:Jose Luis Torres Email:ptapia1977@yahoo.com Phone:7739889785 Username:trabajando CreditCard:4190025858706384 Expiration:10/14...
Submitted by
anonymous
-
9 years ago
0
fortigate syslog
PCRE (PHP <7.3)
parse the log line generated from fortigate 60B
Submitted by
ViKing
-
9 years ago
0
deficient exhibited gmk
PCRE (PHP <7.3)
no description available
Submitted by
cu
-
9 years ago
0
Phone search in HTML
PCRE (PHP <7.3)
Searching for phone in HTML where content in 1-st tag descibes phone type in some next tag
Submitted by
Akella
-
9 years ago
0
Extract string from translate function
PCRE (PHP <7.3)
Extract first string parameter from zend view translate helper method
Submitted by
anonymous
-
9 years ago
0
Verify Amateur Radio Call Sign meets ITU Format
Python
no description available
Submitted by
Neil Johnson
-
9 years ago
0
google.com
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Match HTML Tag Contents
PCRE (PHP <7.3)
Capture group one is the tag's name, capture group two is the tag's contents.
Submitted by
anonymous
-
9 years ago
0
splunk config stanza regex
PCRE (PHP <7.3)
Pull stanzas from splunk .conf files
Submitted by
keith muggleton
-
9 years ago
0
grok
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
Website
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Parse comma separated list of YYYY-MM dates
PCRE (PHP <7.3)
no description available
Submitted by
Devon Tuck
-
9 years ago
0
youtube
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
...
44
45
46
47
48
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
(?:
https
?
\:\/\/
|
www
\.
)
(?:
[
-a
-
z0
-
9
]
+
\.
)*
[
-a
-
z0
-
9
]
+
.
*
)
/
i
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago