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...
3
yyyy-MM-dd hh:MM
ECMAScript (JavaScript)
date format for "yyyy-MM-dd hh:MM" valid strict model.
Submitted by
image72
-
9 years ago
1
Soft hyphen regex
PCRE (PHP <7.3)
Replaces any word breaked by a hyphen and a space with a soft-hyphen
Submitted by
StryKaizer
-
9 years ago
1
CPE 466 Lab 1 Word Delimiter
PCRE (PHP <7.3)
no description available
Submitted by
jmcgover
-
9 years ago
0
CPE 466 Lab 1 Sentence Delimiter
Python
no description available
Submitted by
anonymous
-
9 years ago
1
CPE466 Lab 1 Word Delimiter
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
-1
Phone number validator
Python
Validates all possible international phone number formats. Icludes almoust all of the international call prefixes, all of the differing lenghts of country codes. The parts of number will always be recognised correctly. Additionally you could add limitations of the phone number's lenght
Submitted by
Ä€dams Muzikants
-
9 years ago
1
Password
PCRE (PHP <7.3)
Minimum 7 chars long Must have at least one char Must have at least one number Must have at least one special char i.e. @'#.$;%^&+=!""(),-/:?*
Submitted by
Piyush
-
9 years ago
0
HTML Tag Filtering
PCRE (PHP <7.3)
no description available
Submitted by
Mohammed Yehia
-
9 years ago
6
Spanish DNI/NIE check fist pass
ECMAScript (JavaScript)
no description available
Submitted by
Rafael Casanova Morera
-
9 years ago
-2
Substitute text between brackets
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
2
Find PHP-like variables
ECMAScript (JavaScript)
Search a string for PHP-like variables starting with $, containing an unlimited number of non-whitespace characters and ending with a word boundary of any kind
Submitted by
Pascal Vorwerk
-
9 years ago
0
123-456-789
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
PAN
PCRE (PHP <7.3)
findet strukturell die PAN
Submitted by
Detlef Folke
-
9 years ago
1
Apache with " in referer
PCRE (PHP <7.3)
Apache combined log parser with/without escape " in the referer.
Submitted by
Dominique
-
9 years ago
0
Advanced Currency Matcher/Validator
PCRE (PHP <7.3)
Matches typical currency input in most LTR locales. Doesn't handle ISO-style currency abbreviations. Currency symbol must be on the left side for consistency; this my conflict with conventions for some currencies. Requested by Mr Lucky at https://xenforo.com/community/threads/help-with-a-currency...
Submitted by
Paul Buonopane (Zenexer)
-
9 years ago
1
Get specified open tag
PCRE (PHP <7.3)
Get open tags with content and attributes
Submitted by
Masoud Zohrabi <mdzzohrabi@gmail.com
-
9 years ago
1
Sides
PCRE (PHP <7.3)
Looks for sides
Submitted by
D.S.
-
9 years ago
1
dXNpbmcgU3lzdGV.GtLklPOw0KdXNpbmcgU3lzdGVtOw0KDQpjbGFzcyBQcm9 ncmFtDQp
Python
no description available
Submitted by
anonymous
-
9 years ago
-2
Camelize JSON
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
9 years ago
1
Capture if pattern NOT found
PCRE (PHP <7.3)
Capture the input if the pattern is NOT found
Submitted by
Byron Jones
-
9 years ago
1
...
797
798
799
800
801
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
^
(
(?:
(?!
PATTERN
)
.
)*
)
$
/
Open regex in editor
Description
Capture the input if the pattern is NOT found
Submitted by
Byron Jones
-
9 years ago