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
Telefone
PCRE2 (PHP >=7.3)
Curso regex
Submitted by
anonymous
-
2 years ago
0
ipv4
PCRE2 (PHP >=7.3)
curso de regex
Submitted by
anonymous
-
2 years ago
0
Detect jQuery resource from HTML
PCRE2 (PHP >=7.3)
Detect jQuery resource from HTML
Submitted by
anonymous
-
2 years ago
0
E-mail
PCRE2 (PHP >=7.3)
Curso de regex
Submitted by
anonymous
-
2 years ago
0
NIgerian International number (no spaces)
PCRE2 (PHP >=7.3)
Helps validate nigerian number in international format
Submitted by
Jeremiah Olisa
-
2 years ago
0
Regex Trial
Python
This is an internship trial for my own use
Submitted by
Adanna
-
2 years ago
0
Match code
PCRE2 (PHP >=7.3)
Matches code between curly braces
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Regex trial 2
Python
For internship purposes
Submitted by
Adanna
-
2 years ago
0
1_ingénieur en informatique
PCRE2 (PHP >=7.3)
vvv
Submitted by
anonymous
-
2 years ago
0
Telefone
PCRE2 (PHP >=7.3)
Curso de regex
Submitted by
anonymous
-
2 years ago
0
Match valid US phone numbers
ECMAScript (JavaScript)
This regex matches Valid USA phone numbers
Submitted by
anonymous
-
2 years ago
0
555
PCRE2 (PHP >=7.3)
11111
Submitted by
anonymous
-
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
WP: Find VC Shortcodes in export XML
PCRE2 (PHP >=7.3)
Written to find and delete shortcodes from post content that was added to wordpress posts by visual creator plugins.
Submitted by
Me
-
2 years ago
0
https://rextester.com/JFUKE76014
.NET 7.0 (C#)
0x9d9b6f05d7b72588f83cc60fda4286ba45d13924 Nonce 6324 Rash 0xa964e1ee4c92c25f47392f67b735095304631089b5f2173825b7e93f49f08d57 Bloco 3391586 Commit fb5aa46...
Submitted by
0x9d9b6f05d7b72588f83cc60fda4286ba45d13924
-
2 years ago
0
Pass/Fail
ECMAScript (JavaScript)
gaming pass fail shortcut
Submitted by
Steve Muchow
-
2 years ago
(Last modified 2 years ago)
1
...
863
864
865
866
867
...
900
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
^
[
A
-
Za
-
z
]
[
A
-
Za
-
z0
-
9
\.\-\_
]
+
$
)
|
(
^
[
\w
\-\.\+
]
+
@
(
[
\w
-
]
+
\.
)+
[
\w
-
]
{2,4}
$
)
/
gm
Open regex in editor
Description
allow simple usernames starting with a letter, containing . - and _ or an email
Submitted by
anonymous
-
2 years ago