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 2,300 community submitted regex patterns...
0
RANSW
Python
NSW is different to other states (see red text)
Submitted by
anonymous
-
5 years ago
0
Filter for Twitter Posts
Python
To remove @recipient and other funny characters
Submitted by
anonymous
-
5 years ago
0
Leis, artigos e parágrafos
Python
no description available
Submitted by
anonymous
-
5 years ago
0
transform regex
Golang
vault sync
Submitted by
anonymous
-
5 years ago
0
date_regex
Python
YYYYMMDD YYYY-MM-DD YYYY.MM.DD YYYY/MM/DD YYYY-M-D YYYY.M.D...
Submitted by
anonymous
-
5 years ago
0
Convert camel case to snake case
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Sentencia fallo
Python
no description available
Submitted by
anonymous
-
5 years ago
0
MI LIQUOR DIST LIC CODES
Python
no description available
Submitted by
anonymous
-
5 years ago
0
First instance judge
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن متراژ
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن قیمت
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Fecha
Python
no description available
Submitted by
anonymous
-
5 years ago
0
GO Docker tag
Golang
no description available
Submitted by
anonymous
-
5 years ago
0
only one space between words
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Box Live
Python
no description available
Submitted by
anonymous
-
5 years ago
0
Box Live
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن نوع
Python
no description available
Submitted by
anonymous
-
5 years ago
0
گرفتن نوع
Python
no description available
Submitted by
anonymous
-
5 years ago
0
2d to in 2 days
Python
no description available
Submitted by
anonymous
-
5 years ago
0
URL match with any protocol like http,ftp, etc..
Python
no description available
Submitted by
anonymous
-
5 years ago
1
...
24
25
26
27
28
...
115
Community Library Entry
2
Regular Expression
Java 8
"
\[
(
plantuml
.
+
)
\]
\s
+
\.
{4}
\s
(
[
\s\S
]
+
?
(?=
^
\.
{4}
)
)
\.
{4}
"
gm
Open regex in editor
Description
Regex to select PlantUML Block in Asciidoc documents
Submitted by
anonymous
-
3 years ago