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,040 community submitted regex patterns...
1
TTML timestamp with frames
PCRE (PHP <7.3)
no description available
Submitted by
ovvland
-
9 years ago
1
TTML timestamp with ms
PCRE (PHP <7.3)
no description available
Submitted by
ovvland
-
9 years ago
1
function not prefixed
PCRE (PHP <7.3)
no description available
Submitted by
Zack
-
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
Split HTML string
ECMAScript (JavaScript)
Extracts HTML tags, HTML entities, alphanumeric words, and the rest.
Submitted by
Azmizar
-
9 years ago
-1
HTML Code
PCRE (PHP <7.3)
HTML CODE given by (hex number   OR number   OR name )
Submitted by
novy
-
9 years ago
1
Phone # Match
ECMAScript (JavaScript)
Matches phone #s (aaa) bbb-cccc aaa bbb cccc aaabbbcccc and such.
Submitted by
Zach
-
9 years ago
1
Optimized regex for SO question
PCRE (PHP <7.3)
http://stackoverflow.com/questions/34674917/is-regex-a-costly-operation-it-seems-atleast
Submitted by
anonymous
-
9 years ago
1
Optimized regex for SO question
PCRE (PHP <7.3)
http://stackoverflow.com/questions/34674917/is-regex-a-costly-operation-it-seems-atleast
Submitted by
anonymous
-
9 years ago
0
Telephone number with space
PCRE (PHP <7.3)
no description available
Submitted by
rafanto
-
9 years ago
1
Prime times a letter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
larcass
PCRE (PHP <7.3)
Hyperlink
Submitted by
anonymous
-
9 years ago
1
Remove console.log() from javascript
Python
no description available
Submitted by
xXDGFXx
-
9 years ago
1
ol fix1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Invoice Number (District and Members reserve)
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
0
Invoice Number
ECMAScript (JavaScript)
no description available
Submitted by
Sebastian Proske
-
9 years ago
2
file extension validation
ECMAScript (JavaScript)
no description available
Submitted by
Lisa
-
9 years ago
0
subdomain rewrite
ECMAScript (JavaScript)
no description available
Submitted by
mackenzie starr
-
9 years ago
0
Yealink XML Phone book entry
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
prova1
PCRE (PHP <7.3)
.((black\-?friday\.ga)|(alibestsale\.com)|(build\-?a\-?better\-?business\.2your\.site)|(callmebold\.com)|(centurylink\.net)|(cyber\-?monday\.ga)|(digg\.com)|(euro\.typepad\.jp)|(exmail\.qq\.com)).
Submitted by
anonymous
-
9 years ago
1
...
754
755
756
757
758
...
902
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(?:
(?:
\s
?
\(
?
)*
(
[
a
-
z-
]
+
\s
?
[
a
-
z-
]
+
)
(?:
\)
\s
)*
)
/
gi
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago