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 2,880 community submitted regex patterns...
1
Operations between integers
PCRE2 (PHP >=7.3)
Detect operations between integers (12^-3) and split them into three capture groups: lhs: 12 op : ^ rhs: -3 `
Submitted by
benetsugarboy
-
a month ago
1
Expression for calculator`s memory
PCRE2 (PHP >=7.3)
variable should be only letters = variable almost in the memory or the value including negative
Submitted by
Breathe of fate
-
a month ago
1
Inverse attribute search on elements/components
PCRE2 (PHP >=7.3)
Finds elements/components without a specific prop/attribute
Submitted by
anonymous
-
a month ago
1
Email Validation with TLD Restriction:
PCRE2 (PHP >=7.3)
elegenttech.com
Submitted by
anonymous
-
a month ago
1
IPv4 Address Validation
PCRE2 (PHP >=7.3)
wttmforums.com
Submitted by
anonymous
-
a month ago
1
URL Validation
PCRE2 (PHP >=7.3)
clickthistoget.com
Submitted by
anonymous
-
a month ago
1
US Phone Number Validation (with optional country code and separators)
PCRE2 (PHP >=7.3)
unwhatever.me
Submitted by
anonymous
-
a month ago
1
Strong Password Validation (at least 8 characters, one uppercase, one lowercase, one number, one special character
PCRE2 (PHP >=7.3)
corridanandco.com
Submitted by
anonymous
-
a month ago
1
Hexadecimal Color Code Validation
PCRE2 (PHP >=7.3)
murdochleaks.org
Submitted by
anonymous
-
a month ago
1
HTML Tag Matching
PCRE2 (PHP >=7.3)
downtimeonline.net
Submitted by
anonymous
-
a month ago
1
HTML Tag Matching
PCRE2 (PHP >=7.3)
downtimeonline.net
Submitted by
anonymous
-
a month ago
1
Match a valid MAC address (with optional delimiters)
PCRE2 (PHP >=7.3)
techakc.com
Submitted by
anonymous
-
a month ago
1
Match a string with repeating characters separated by a comma (e.g., "a,b,c")
PCRE2 (PHP >=7.3)
0478.me
Submitted by
anonymous
-
a month ago
1
Match a valid GUID/UUID
PCRE2 (PHP >=7.3)
hackday.tv
Submitted by
anonymous
-
a month ago
1
Match a string with optional trailing punctuation
PCRE2 (PHP >=7.3)
expofestival.org
Submitted by
anonymous
-
a month ago
1
Match a string with a specific pattern
PCRE2 (PHP >=7.3)
elderbrendabradley.com
Submitted by
anonymous
-
a month ago
1
Match a string with no consecutive duplicate characters
PCRE2 (PHP >=7.3)
kickflix.net
Submitted by
anonymous
-
a month ago
1
Match a valid Twitter handle
PCRE2 (PHP >=7.3)
meetiin.com
Submitted by
anonymous
-
a month ago
1
Match a valid Twitter handle
PCRE2 (PHP >=7.3)
meetiin.com
Submitted by
anonymous
-
a month ago
1
Match a string with specific length and content
PCRE2 (PHP >=7.3)
loggerblogger.net
Submitted by
anonymous
-
a month ago
1
...
131
132
133
134
135
...
144
Custom IFrame SRC Grabber
1
Regular Expression
PCRE2 (PHP >=7.3)
/
(
<iframe
.
*
?
)
(
src=
)
(
[^
]
*
?
\"
.
*
?
>
)
(
.
*
?
)
(
<
\/
iframe>
)
/
Open regex in editor
Description
no description available
Submitted by
Moep
-
4 years ago
(Last modified 4 years ago)