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 9,420 community submitted regex patterns...
0
not_next_text
PCRE (PHP <7.3)
not_text
Submitted by
anonymous
-
3 years ago
0
identify html headers
PCRE (PHP <7.3)
Able to identify many header html tags in the text and group eachone.
Submitted by
Adão Dias
-
3 years ago
0
bash path splitter
PCRE (PHP <7.3)
Split a a path into to groups around a central directory
Submitted by
me
-
3 years ago
0
youtube
PCRE (PHP <7.3)
AMP - chinatimes
Submitted by
anonymous
-
3 years ago
0
Numeric
PCRE (PHP <7.3)
Regex to get any numeric string
Submitted by
anonymous
-
3 years ago
0
use in query db( in () )
Golang
int&space to 'int',
Submitted by
anonymous
-
3 years ago
0
youtube
PCRE (PHP <7.3)
asdfasdfasdf
Submitted by
anonymous
-
3 years ago
0
filter for jjwxc.net/晋江文学城
Golang
use for www.jjwxc.net/bookbase.php after search get novel infomations in the form
Submitted by
DEFAULT_USER_149
-
3 years ago
(Last modified 3 years ago)
0
Find SendGrid Palceholder
PCRE (PHP <7.3)
Find SendGrid Palceholder
Submitted by
Alain Ranger
-
3 years ago
0
molecule elements parser
PCRE (PHP <7.3)
allows to get the sub elements of a molecule symbol and their number.
Submitted by
Quettle
-
3 years ago
0
Array matcher from string
PCRE (PHP <7.3)
Array matcher from string
Submitted by
anonymous
-
3 years ago
0
小数,两位小数
PCRE (PHP <7.3)
^(0-9*)+(\.[0-9]{1,2})?$
Submitted by
zhanyue
-
3 years ago
0
Parse VB.Net
PCRE (PHP <7.3)
Goal is to map Visual Basic functions: their names, input parameters, dependencies, and outputs. Eventual goal is to map interactions between functions to identify circular logic.
Submitted by
anonymous
-
3 years ago
0
Zarf docker domain matcher
Golang
Used by Zarf to swap the registry domain/port part an image url without needed the docker libraries. usage in go: func SwapHost(src string, targetHost string) string { var parser = regexp.MustCompile((?im)^([a-z0-9\-.]+\.[a-z0-9\-]+:?[0-9]*)?/?(.+)$) var substitution = targetHost + "/$2" return...
Submitted by
Jeff McCoy
-
3 years ago
0
http_url_regex
PCRE (PHP <7.3)
http_url_regex
Submitted by
anonymous
-
3 years ago
0
parse dpserver url
Golang
parse dpserver url
Submitted by
qianshen
-
3 years ago
0
HAKKEr
PCRE (PHP <7.3)
dsasd
Submitted by
anonymous
-
3 years ago
0
aa
PCRE (PHP <7.3)
aa
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
8 digits
PCRE (PHP <7.3)
Finds 8 digits in text preceded by a period
Submitted by
anonymous
-
3 years ago
1
...
460
461
462
463
464
...
471
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
[
0
-
9
]
*
(?:
[^
0
-
9a
-
z
]
[
0
-
9
]
*
)*
$
/
gm
Open regex in editor
Description
Regex to get any numeric string
Submitted by
anonymous
-
3 years ago