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 6,140 community submitted regex patterns...
0
Bangladeshi Phone Number Regex
PCRE2 (PHP >=7.3)
Bangladeshi Phone Number Regex
Submitted by
Siam
-
3 years ago
0
ip:port check
PCRE2 (PHP >=7.3)
ip:port check
Submitted by
anonymous
-
3 years ago
0
sabre parse
PCRE2 (PHP >=7.3)
simple sabre line parser
Submitted by
aleks777
-
3 years ago
0
PDFtron Android Native Labels
PCRE2 (PHP >=7.3)
Extract translations from F* XMLs
Submitted by
Julian Somoza
-
3 years ago
0
Phone number
PCRE2 (PHP >=7.3)
Phone number
Submitted by
nipo
-
3 years ago
0
Pattern-12r1
ECMAScript (JavaScript)
This pattern needs to validate serial number
Submitted by
Raj
-
3 years ago
0
Lab 6 es 1
PCRE2 (PHP >=7.3)
Accept regex in the form OutputType ServiceName ( InputType1 , InputType2 , . . . )
Submitted by
anonymous
-
3 years ago
0
Lab 6 es 1.1
PCRE2 (PHP >=7.3)
return an int
Submitted by
anonymous
-
3 years ago
0
Lab 6 es 1.2
PCRE2 (PHP >=7.3)
Accept long as first input argument
Submitted by
anonymous
-
3 years ago
0
Lab 6 es 1.3
PCRE2 (PHP >=7.3)
return a double, are named sum, and accept an arbitrary amount of doubles as input
Submitted by
anonymous
-
3 years ago
0
Lab 6 es 2
PCRE2 (PHP >=7.3)
strings represent messages in the form: from: "Sender", to: "Receiver", content: "Payload"
Submitted by
anonymous
-
3 years ago
0
lab 6 es 2.1
PCRE2 (PHP >=7.3)
messages directed towards alice
Submitted by
anonymous
-
3 years ago
0
lab 6 es 2.2
PCRE2 (PHP >=7.3)
messages have been sent to bob
Submitted by
anonymous
-
3 years ago
0
Lab 6 es 2.3
PCRE2 (PHP >=7.3)
Carry a payload which is either ping or pong
Submitted by
anonymous
-
3 years ago
0
Find Anchor Tags
ECMAScript (JavaScript)
finding all anchor tags to help with removing their href attribute
Submitted by
Cezer
-
3 years ago
0
Semantic Versioning to fix broken pkg-config
PCRE2 (PHP >=7.3)
Semantic Versioning to fix broken pkg-config
Submitted by
anonymous
-
3 years ago
0
Semantic Versioning to fix broken pkg-config
PCRE2 (PHP >=7.3)
Semantic Versioning to fix broken pkg-config
Submitted by
anonymous
-
3 years ago
0
Chandler Regex
PCRE2 (PHP >=7.3)
Capture of chandlers wild good morning messages
Submitted by
LoadingNinja
-
3 years ago
0
iframe src url
ECMAScript (JavaScript)
Extract the URL (http(s) only) of a given iframe's src attribute.
Submitted by
Neill
-
3 years ago
(Last modified 3 years ago)
0
Skype name
ECMAScript (JavaScript)
regex to match skype name
Submitted by
anonymous
-
3 years ago
1
...
214
215
216
217
218
...
307
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
export
[^
(
]
*
)
(
\(
(
[^
)
]
+
)
\)
)
(
[^
{
]
*
)
(
\{
(
[^
}
]
+
)
\}
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago