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
Unescaped Backslash
PCRE2 (PHP >=7.3)
This RegEx finds unescaped backslashes
Submitted by
anonymous
-
3 years ago
0
String with escaped quotes
PCRE2 (PHP >=7.3)
Regex for parsing strings Works with Flex lexical analyzer generator Allows escaped quotes
Submitted by
Lech Mazur
-
3 years ago
0
Check software versioning
PCRE2 (PHP >=7.3)
Check software versioning with semVer rules. Accept: Major.Minor.Patch**: 1.2.3 Major.Minor.Patch.Build**: 1.2.3.4 Major.Minor.Patch-(pre-release)**: 1.2.3-beta Major.Minor.Patch-(pre-release).Build**: 1.2.3-alpha.1
Submitted by
fabman08
-
3 years ago
0
Extract Numbers
PCRE2 (PHP >=7.3)
Extract Numbers
Submitted by
anonymous
-
3 years ago
0
test1
PCRE2 (PHP >=7.3)
test
Submitted by
anonymous
-
3 years ago
0
晋江文学城作品界面详细信息/jjwxc.net
Golang
for http://my.jjwxc.net/novelreview.php?novelid= +novel id
Submitted by
anonymous
-
3 years ago
0
匹配ip
PCRE2 (PHP >=7.3)
java匹配ip, 看得懂的正则! 利用(1?[0-9]{0,2}|(20-4)|(25[0-5])) 匹配 0-255 0 0-9 0-9 1 0-9 0-9 2 0-4 0-9...
Submitted by
anonymous
-
3 years ago
0
Regex para extraer nombres de subreddits
Java 8
Ver
Submitted by
@atnbueno
-
3 years ago
(Last modified 3 years ago)
0
Matching 1-99
PCRE2 (PHP >=7.3)
Simple regular expression for matching 1-99. Note that this doesn’t accept 01-09.
Submitted by
anonymous
-
3 years ago
0
url pain
Python
pain
Submitted by
anonymous
-
3 years ago
0
AWS Load Balancer Controller Access log
PCRE (PHP <7.3)
AWS Access log parsing for K8s Load Balancer Controller.
Submitted by
Bit_029
-
3 years ago
0
Validar senha
PCRE2 (PHP >=7.3)
Valida senha com número, caracter minúsculo, caracter maiúsculo, caracter com acentuação e caracteres especiais
Submitted by
Alair
-
3 years ago
0
Only Numbers with exact 6 digits
ECMAScript (JavaScript)
Matches string which only has number and are 6 digit long
Submitted by
anonymous
-
3 years ago
0
URL validation regexp
PCRE2 (PHP >=7.3)
Regexp to check URL validity and extract subparts. Allows HTTP / HTTPs / sFTP / FTP / FTPs protocols Allows HTTP / FTP authentication included in URL Allows internal domain names Allow non default port protols...
Submitted by
Damien Cuvillier
-
3 years ago
0
8 digits
PCRE (PHP <7.3)
Finds 8 digits in text preceded by a period
Submitted by
anonymous
-
3 years ago
0
SHORT CODES
PCRE2 (PHP >=7.3)
Para obtener la longitud de marcaciones cortas con longitud de 3 a 6 digitos
Submitted by
anonymous
-
3 years ago
0
豆瓣图书信息匹配/Regex for douban books
Golang
提取书籍信息 get book information link like:https://book.douban.com/subject/35049755/
Submitted by
anonymous
-
3 years ago
0
turns lines into html paragraphs
PCRE2 (PHP >=7.3)
mturns lines into html paragraphs
Submitted by
Mateus Junior
-
3 years ago
0
css font-face url
PCRE2 (PHP >=7.3)
found font-face url in sty;e.css
Submitted by
anonymous
-
3 years ago
0
Find actual year in string
PCRE2 (PHP >=7.3)
Years: 1970-2029
Submitted by
Ant-kul
-
3 years ago
1
...
173
174
175
176
177
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
[
a
-
z
]
+
\(
(
[^
()
]
*
)
\)
)
/
gm
Open regex in editor
Description
query string filters
Submitted by
maxime vincent
-
3 years ago