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,020 community submitted regex patterns...
0
HTML Figure Caption German
PCRE2 (PHP >=7.3)
Finds paragraph with German "Bild # ..." and replaces it with HTML expressions for figure and figure caption surrounding it.
Submitted by
Hans Kannewitz
-
2 years ago
(Last modified 2 years ago)
0
Variables 2
PCRE (PHP <7.3)
chingo de cheves y desmadre
Submitted by
anonymous
-
2 years ago
0
Match CSS Gradients
PCRE2 (PHP >=7.3)
Match CSS Gradients
Submitted by
Sean Dellis
-
2 years ago
(Last modified 2 years ago)
0
Minecraft Username
ECMAScript (JavaScript)
Use this RegEx to match a minecraft username JavaEdition only!
Submitted by
qreepex
-
2 years ago
0
AsciiDoc block title
Java 8
https://docs.asciidoctor.org/asciidoc/latest/blocks/add-title/
Submitted by
aisberg.de
-
2 years ago
0
json-extract
PCRE2 (PHP >=7.3)
eee
Submitted by
anonymous
-
2 years ago
0
租赁
Python
租赁
Submitted by
租赁
-
2 years ago
0
Auth.log Parsing
PCRE2 (PHP >=7.3)
Parses the auth log on standard linux machines into useful groups.
Submitted by
Jason King
-
2 years ago
(Last modified 2 years ago)
0
Attribute reference
PCRE2 (PHP >=7.3)
https://docs.asciidoctor.org/asciidoc/latest/attributes/attribute-entries/
Submitted by
aisbergde
-
2 years ago
0
AsciiDoc attribute definition
PCRE2 (PHP >=7.3)
https://docs.asciidoctor.org/asciidoc/latest/attributes/attribute-entries/
Submitted by
aisbergde
-
2 years ago
0
AsciiDoc unordered list
PCRE2 (PHP >=7.3)
https://docs.asciidoctor.org/asciidoc/latest/lists/unordered/
Submitted by
aisbergde
-
2 years ago
0
AsciiDoc line comment
PCRE2 (PHP >=7.3)
https://docs.asciidoctor.org/asciidoc/latest/comments/
Submitted by
aisbergde
-
2 years ago
0
AsciiDoc delimited block comment
Java 8
https://docs.asciidoctor.org/asciidoc/latest/blocks/delimited/
Submitted by
asibergde
-
2 years ago
(Last modified 2 years ago)
0
AsciiDoc delimited block sidebar
Java 8
https://docs.asciidoctor.org/asciidoc/latest/blocks/delimited/
Submitted by
aisbergde
-
2 years ago
(Last modified 2 years ago)
0
Safe EMail validation (protected against ReDos) v2
ECMAScript (JavaScript)
Safe EMail validation protected against ReDos attack. Exclude all non conventionnal special char like #{%... only accept . - and _. . EMail can't start with number or specials chars. Domain accept only one subdomain and ip are available 63 Maximum characters accepted Check for valid IP
Submitted by
J.Delauney
-
2 years ago
0
demo
PCRE2 (PHP >=7.3)
regex grouping demo
Submitted by
Lidro
-
2 years ago
0
E
PCRE2 (PHP >=7.3)
E
Submitted by
anonymous
-
2 years ago
0
Safe EMail Validation (protected against ReDos)
ECMAScript (JavaScript)
Safe EMail validation protected against ReDos attack. It exclude all non conventionnal special char like #{%... only accept . - and _. . EMail can't start with number or specials chars. Domain accept only one subdomain and ip are available 63 Maximum characters accepted
Submitted by
J.Delauney
-
2 years ago
0
AsciiDoc highlight
Java 8
https://docs.asciidoctor.org/asciidoc/latest/text/highlight/
Submitted by
aisbergde
-
2 years ago
(Last modified 2 years ago)
0
AsciiDoc underline
Java 8
https://docs.asciidoctor.org/asciidoc/latest/text/text-span-built-in-roles
Submitted by
aisbergde
-
2 years ago
1
...
107
108
109
110
111
...
901
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
[
A
-
Za
-
z
\W
0
-
9
]
+
(?=
[
@
]
)
/
gm
Open regex in editor
Description
Remove domains in email addresses after @
Submitted by
anonymous
-
2 years ago