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 11,520 community submitted regex patterns...
0
匹配单行函数名
Python
(static\s){0,1}\w{1,}\s{1,}\w{1,}\s\(.*\)
Submitted by
anonymous
-
2 years ago
0
openssl index.txt records
Python
parse records of index.txt managed by openssl (easyrsa) CA
Submitted by
Mikhail Belyankin
-
2 years ago
0
Validate time in 24hs format
Python
Validate time in 24hs format
Submitted by
anonymous
-
2 years ago
0
<> stuff
Python
desc
Submitted by
anonymous
-
2 years ago
0
Regexy uczelnia
Python
Wyszukuje słowo Mikołaj
Submitted by
anonymous
-
2 years ago
0
Phone_number_test
Python
Test
Submitted by
anonymous
-
2 years ago
0
russian phone number
Python
That's work!
Submitted by
anonymous
-
2 years ago
0
Cloudfront URL pointing to S3
Python
Public Cloudfront URL that redirects to a S3 file
Submitted by
anonymous
-
2 years ago
0
link_checks
Python
testing of link checking
Submitted by
anonymous
-
2 years ago
0
extract data syslog format
Python
Extract data of syslog.log format
Submitted by
anonymous
-
2 years ago
0
datecheck
Python
expression pour checker les dates
Submitted by
anonymous
-
2 years ago
0
decamelize
PCRE (PHP <7.3)
pascal case to snake case
Submitted by
anonymous
-
2 years ago
0
Regex Trial
Python
This is an internship trial for my own use
Submitted by
Adanna
-
2 years ago
0
Regex trial 2
Python
For internship purposes
Submitted by
Adanna
-
2 years ago
0
Markdown Link Only
Python
It grabs all markdown links, and only grabs the link
Submitted by
anonymous
-
2 years ago
0
US aircraft registration
Python
US aircraft registration
Submitted by
anonymous
-
2 years ago
0
Golang Get variables In Js
Golang
To get
Submitted by
anonymous
-
2 years ago
0
RE2 match of APRS-IS header information
Golang
This re2 (using Go in my case) matches the APRS-IS header. The format of the APRS-IS packet is TNC2 standard: SOURCE>DESTINATION,PATH:PACKET ...
Submitted by
Jack Hamm (jack@wv6l.net)
-
2 years ago
0
Monolithic documents are terribly to maintain
Python
svmono.cls is truly a dumpster fire Extracting LaTeX functions and delimiters from string descriptions to automatedly relieve a project of higher-order user defined functions.
Submitted by
anonymous
-
2 years ago
0
Markdown Images (alt text, link, description)
Python
Extract images in a Markdown text, matching 3 named groups: caption = alternate text image = link (URL or relative) description = text ...
Submitted by
GeoJulien
-
2 years ago
1
...
565
566
567
568
569
...
576
Community Library Entry
0
Regular Expression
Python
r"
^
(?P<timestamp>
.
{19}
)
\
\[
(?P<severity>
\w
{4,6}
)
\]
\
\d
+
\#
\d
+
:
\
(
\*
\d
+
\
)?
(?P<err_msg>
(?:
\"
\S
+
\"
\s
is
\s
not
\s
)?
(?P<err_type>
\w
+
)
[
\s
(
]