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
A complete recognition of pattern for css selectors
ECMAScript (JavaScript)
no description available
Submitted by
Rafael Laurindo
-
8 years ago
0
apt list --installed
Python
extract the package name and version name from the apt list --installed command
Submitted by
anonymous
-
8 years ago
0
Match part of css
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
apt list Version 2
Python
no description available
Submitted by
anonymous
-
8 years ago
0
解析華為KB
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Match Indian 10 digit mobile without extension
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Find sql name for rotator
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
JS function to arrow notation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
P1 register parsing
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Callstack parent caller
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
TP Parse
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
buscar objetos en custom-controllers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
UK postcode validation
PCRE (PHP <7.3)
May be used for validation of UK postcodes. From here: http://stackoverflow.com/questions/15960184/united-kingdom-gb-postal-code-validation-without-regex
Submitted by
anonymous
-
8 years ago
0
CPU Component Gen Model
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CPU performance
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CPU Core
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CPU clock speed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CPU Cache Memory
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
CPU wattage
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
PS voltage
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
2
3
4
5
6
...
900
Community Library Entry
1
Regular Expression
Java 8
"
(?m)
^
\=
{4}
[
\r\n
]
(
[
\s\S
]
+
?
(?=
^
\=
{4}
[
\r\n
]
)
)
^
\=
{4}
[
\r\n
]
"
gm
Open regex in editor
Description
https://docs.asciidoctor.org/asciidoc/latest/blocks/delimited/
Submitted by
aisbergde
-
2 years ago
(Last modified 2 years ago)