Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc Subscript
https://docs.asciidoctor.org/asciidoc/latest/text/subscript-and-superscript/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc Superscript
https://docs.asciidoctor.org/asciidoc/latest/text/subscript-and-superscript/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc hard line break
https://docs.asciidoctor.org/asciidoc/latest/blocks/hard-line-breaks/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc underline
https://docs.asciidoctor.org/asciidoc/latest/text/text-span-built-in-roles
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc highlight
https://docs.asciidoctor.org/asciidoc/latest/text/highlight/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
E
E
Submitted by
anonymous
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
demo
regex grouping demo
Submitted by
Lidro
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc delimited block sidebar
https://docs.asciidoctor.org/asciidoc/latest/blocks/delimited/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc delimited block comment
https://docs.asciidoctor.org/asciidoc/latest/blocks/delimited/
Submitted by
asibergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
AsciiDoc unordered list
https://docs.asciidoctor.org/asciidoc/latest/lists/unordered/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
AsciiDoc line comment
https://docs.asciidoctor.org/asciidoc/latest/comments/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
AsciiDoc attribute definition
https://docs.asciidoctor.org/asciidoc/latest/attributes/attribute-entries/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Attribute reference
https://docs.asciidoctor.org/asciidoc/latest/attributes/attribute-entries/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Auth.log Parsing
Parses the auth log on standard linux machines into useful groups.
Submitted by
Jason King
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
json-extract
eee
Submitted by
anonymous
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc block title
https://docs.asciidoctor.org/asciidoc/latest/blocks/add-title/
Submitted by
aisberg.de
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Match CSS Gradients
Match CSS Gradients
Submitted by
Sean Dellis
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
HTML Figure Caption German
Finds paragraph with German "Bild # ..." and replaces it with HTML expressions for figure and figure caption surrounding it.
Submitted by
Hans Kannewitz
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
AsciiDoc table
https://docs.asciidoctor.org/asciidoc/latest/tables/build-a-basic-table/
Submitted by
aisbergde
-
8 months ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
add _&_ between numbers
adds (space)&(space) between numbers
Submitted by
_
-
8 months ago
1
...
101
102
103
104
105
106
107
...
123
lsblk-output-regex
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
golang
`
(?m)
^
NAME="
(?P<name>
(?P<disk>
[
a
-
z
]
+
)
(?P<partition>
\d
*
)
)
"
\s
FSTYPE="
(?P<fstype>
\w
*
)
"
\s
MOUNTPOINT="
(?P<mountpoint>
[
\w
\[\]
/
]
*
)
"
\s
SIZE="
(?P<size>
\d
*
)
"
\s
TYPE="
(?P<type>
\w
+
)
"
$
`
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 2 years ago