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...
1
prevent-sanitzation
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
URL domain test
ECMAScript (JavaScript)
tests to find if ("google.com") is the domain part of the URL
Submitted by
anonymous
-
9 years ago
-2
spot2-test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
ipv4
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Timecode
Python
Regex to match standard timecode format. (Updated with fewer groups).
Submitted by
Travis
-
9 years ago
1
pERMUTACION 1
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Email regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Timecode
Python
Regex to match standard timecode format.
Submitted by
Travis
-
9 years ago
1
zypper
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Find Italic
PCRE (PHP <7.3)
Find Html TAG with "Italic" class and returns his content.
Submitted by
Ivan Milazzotti
-
9 years ago
-2
posix
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Find Chapter (eBook)
PCRE (PHP <7.3)
Find an specific TAG and return his content
Submitted by
Ivan Milazzotti
-
9 years ago
1
German ZIP Validation
ECMAScript (JavaScript)
Validates German ZIP codes
Submitted by
wehmoen
-
9 years ago
4
IPV4 address validation using recursion
PCRE (PHP <7.3)
Validate IPv4 addresses using PCRE's recursion patterns. A shorter but less efficient alternative to https://regex101.com/r/wZ6oY5/1
Submitted by
Captain Haddock
-
9 years ago
1
IPv4 validation using recursion
PCRE (PHP <7.3)
Validate IPv4 addresses using PCRE's recursion patterns.
Submitted by
Captain Haddock
-
9 years ago
2
Filtrar inicio string
PCRE (PHP <7.3)
Filtrar inicio da string por BRN ou 201
Submitted by
Leandro
-
9 years ago
0
trim IP
PCRE (PHP <7.3)
find leading zeros in ipv4 adresses
Submitted by
anonymous
-
9 years ago
1
phone number
PCRE (PHP <7.3)
accept number , space, . and -
Submitted by
sylvain
-
9 years ago
0
Matches dash-seperated terms in.
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
0
media info parser
PCRE (PHP <7.3)
This regex can be used to parse the "general", "video" or "audio" stream metadata returned by the mediainfo.dll inform() call.
Submitted by
J.T. Taylor
-
9 years ago
1
...
841
842
843
844
845
...
900
Community Library Entry
-2
Regular Expression
PCRE (PHP <7.3)
/
(
^
(?!
1
$
)
.
*
)
/
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago