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
Best Facebook video ID regex
ECMAScript (JavaScript)
Best Facebook video ID regex
Submitted by
Vikas Kapadiya
-
2 years ago
0
Avoid Unnecessary Whitespaces
PCRE2 (PHP >=7.3)
Avoid unnecessary whitespaces. Note: This uses substitution Click "Open regex in editor" to see the magic!
Submitted by
cool66
-
2 years ago
0
BF / Trade Channel
PCRE2 (PHP >=7.3)
Extract trade_channel from branded_foods
Submitted by
anonymous
-
2 years ago
0
Tecnologie Web - Regex
PCRE (PHP <7.3)
REGEX per il progetto di tecnologie web
Submitted by
Federico Benedetti
-
2 years ago
0
ITIN
PCRE2 (PHP >=7.3)
ITIN regex
Submitted by
anonymous
-
2 years ago
0
CAN regex
.NET 7.0 (C#)
n
Submitted by
anonymous
-
2 years ago
1
Function argument in LScript
ECMAScript (JavaScript)
RegEx for finding each argument when creating a function in LScript programming language
Submitted by
anonymous
-
2 years ago
1
Function creation in LScript
ECMAScript (JavaScript)
RegEx for finding creation of a function in LScript programming language
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
kiểm tra họ tên
PCRE2 (PHP >=7.3)
kiểm tra họ tên
Submitted by
anonymous
-
2 years ago
1
Function for LScript
ECMAScript (JavaScript)
RegEx for finding function in LScript programming language
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Remove useless zeroes.
ECMAScript (JavaScript)
Replaces the string with a version that doesn't have the zeroes at the beginning or end of the string.
Submitted by
anonymous
-
2 years ago
0
P4 file info
.NET 7.0 (C#)
just p4 file command output match
Submitted by
anonymous
-
2 years ago
1
Group first letter, Group Remaining letters, Group White space
PCRE (PHP <7.3)
first groups all white space $1 second groups all first letter of every word except capitals third groups remaining letters
Submitted by
slimelord
-
2 years ago
0
test
Java 8
test
Submitted by
anonymous
-
2 years ago
0
Phone Format ( FORK )
PCRE (PHP <7.3)
f
Submitted by
anonymous
-
2 years ago
-1
IP6 Validator Address (Simple)
PCRE2 (PHP >=7.3)
Short form validation of an IP6 address Less complex than other examples I have seen around
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
odev 1
PCRE2 (PHP >=7.3)
odev
Submitted by
anonymous
-
2 years ago
0
Date validation in yyyy-mm-dd format
ECMAScript (JavaScript)
Comes with choice of four separators
Submitted by
Regular-Expressions.info
-
2 years ago
0
Graphql parser for pretty printing
Python
Parse Graphql queries Changelog (versions): Initial Version 2 is much improved and intended to integrate well with customized highlighting with the help of the awesome Rich library....
Submitted by
iwconfig
-
2 years ago
-1
Extract favicon from html head meta links
ECMAScript (JavaScript)
I needed a generic way to pull the shortcut icon for sites. This expression parses the html for the icon. If the icon was not found, my code checks for the "favicon.ico" in the root of the site.
Submitted by
groundh0g
-
2 years ago
1
...
101
102
103
104
105
...
901
Community Library Entry
-1
Regular Expression
PCRE2 (PHP >=7.3)
/
(
[
0
-
9a
-
fA
-
F
]
{1,4}
:
){7}
[
0
-
9a
-
fA
-
F
]
{1,4}
/
gm
Open regex in editor
Description
Short form validation of an IP6 address Less complex than other examples I have seen around
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)