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,020 community submitted regex patterns...
0
전방 탐색으로 정규표현식의 곱(AND) 작성하기
ECMAScript (JavaScript)
Submitted by
anonymous
-
3 years ago
0
匹配图片链接
ECMAScript (JavaScript)
匹配图片链接
Submitted by
anonymous
-
3 years ago
0
匹配md图片
PCRE2 (PHP >=7.3)
匹配md图片
Submitted by
anonymous
-
3 years ago
0
how to match for a word not to be in the input
PCRE2 (PHP >=7.3)
Not Funny vs Funny - need to match for both cases
Submitted by
anonymous
-
3 years ago
0
C style comments
PCRE2 (PHP >=7.3)
Regular expression to match all C style comments.
Submitted by
Seymoar Regex
-
3 years ago
0
09|10|11
PCRE2 (PHP >=7.3)
select 09|10
Submitted by
ekam230
-
3 years ago
0
hi
PCRE2 (PHP >=7.3)
hi
Submitted by
anonymous
-
3 years ago
0
reverse commenting/code order
PCRE2 (PHP >=7.3)
reverses order when code is followed by comments (comments prepended with ## )
Submitted by
anonymous
-
3 years ago
0
conditional lookahead (IF (pat1) or (pat2) THEN match (pat1) and/or (pat2) box
Python
Python does not support conditionals using lookaround, even though Python does support lookaround outside conditionals. (?(?=regex) then|else) is illegal in python (?=regex)then|(?!regex)else - this works. madness details in the test strings
Submitted by
PeteC
-
3 years ago
0
Regex to match the image mime types
PCRE2 (PHP >=7.3)
Matches the image mime types. E.g image/png, image/jpeg, etc.
Submitted by
anonymous
-
3 years ago
1
Türkiye Telefon Numarası Kontrolü
ECMAScript (JavaScript)
Türkiye'nin mobil telefonlarının desenini kontrol eder. Örneğin; 555-123-45-67 0 555 123 45 67 +905551234567...
Submitted by
Furkan Rehber
-
3 years ago
0
rackerrank tweet
ECMAScript (JavaScript)
Rackerrank regex prepare
Submitted by
jcbelarmino
-
3 years ago
0
starts with number and ends with string or number
Python
starts with number and ends with string or number starts with +ve, -ve or decimal number
Submitted by
suraj
-
3 years ago
0
Date Range Pattern
PCRE2 (PHP >=7.3)
Patternmatching of several Daterange Patterns Quarter 2021-Q2 Range...
Submitted by
Stefc
-
3 years ago
0
Split number and string
PCRE2 (PHP >=7.3)
Split number and string exp. data as below 17091327 Ren Xian Xtrcb County Bank Corporation Limited 50156 0862315402 19D 17091342 BaoDing QingYuan District Xtrcb Rural Bank Corporation Limit40156 0862315401 19D
Submitted by
anonymous
-
3 years ago
1
HTML注释
ECMAScript (JavaScript)
HTML注释
Submitted by
anonymous
-
3 years ago
0
多行注释
ECMAScript (JavaScript)
多行注释
Submitted by
anonymous
-
3 years ago
0
单行注释
ECMAScript (JavaScript)
单行注释
Submitted by
anonymous
-
3 years ago
0
URL
ECMAScript (JavaScript)
URL detection
Submitted by
anonymous
-
3 years ago
0
Remove emojis and \r
ECMAScript (JavaScript)
remove emojis
Submitted by
gaurav
-
3 years ago
1
...
152
153
154
155
156
...
901
Community Library Entry
0
Regular Expression
Python
r"""
(
[
-a
-
zA
-
Z0
-
9@:%._
\+
~#=
]
){2,256}
\.
[
a
-
z
]
{2,6}
\b
(
[
-a
-
zA
-
Z0
-
9@:%_
\+
.~#?&//=
]
*
)
"""
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
6 years ago