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...
1
Remove Duplicates
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
First character only
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Brazilian money - Reais
PCRE (PHP <7.3)
Validate Brazilian monetary values. Can be easily addapted to other countries.
Submitted by
anonymous
-
4 years ago
1
lnav nginx access_log parser (for a slightly extended variation of combined log format)
PCRE (PHP <7.3)
For our own format with real ip (from proxy forwarded for header) and upstream response times: log_format combined_w_timing '$http_x_forwarded_for [$remote_addr] - $remote_user [$time_local] ' '"$request" $status $body_bytes_sent ' '"$http_referer" "$http_use...
Submitted by
anonymous
-
4 years ago
1
FSM-Parser_SophosUTM-OpenVPN-ConnectionTerminated-Username
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Remove the AMD64
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
2line
Python
no description available
Submitted by
anonymous
-
4 years ago
1
Redis output
Python
no description available
Submitted by
anonymous
-
4 years ago
1
phone numbers with text
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
test NSRL v0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
RankTest
PCRE (PHP <7.3)
Test of acceptable ranks regex.
Submitted by
anonymous
-
4 years ago
1
Regular Expression Sanitising User Names (answering https://stackoverflow.com/q/63393726/1397131)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
Match multiple strings in text in any worder
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
matches any MAC ID in router log files
Python
no description available
Submitted by
anonymous
-
4 years ago
1
telegram
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
email or empty
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
Any or empty
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
1
匹配html中的关键词
PCRE (PHP <7.3)
排除掉标签中带href的 php使用方法 ` /** 将HTML中的关键词 替换为关键词链接 @param string $html 处理的html...
Submitted by
anonymous
-
4 years ago
1
Handle crazy key value pairs
Python
Hunts for the key and value in environment variables separated by newlines. _ All keys must be uppercase _
Submitted by
anonymous
-
4 years ago
1
iMiner
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
779
780
781
782
783
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
^\d
+
\.
/
gm
Open regex in editor
Description
Convert a normal sequence to a MarkDown "lazy" list which makes for cleaner additions and changes.
Submitted by
anonymous
-
3 years ago