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
Find ToCs
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Remove Script Tags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
電子發票
PCRE (PHP <7.3)
電子發票
Submitted by
RJpolar
-
8 years ago
1
Pass
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Eclipse Keyword SPECGRID
Python
Retrieve the first numeric parameters of the SPECGRID keyword
Submitted by
Rashmin Dandekar
-
8 years ago
1
Regex 13
PCRE (PHP <7.3)
Reference Citation parser 13
Submitted by
Ali Momeni
-
8 years ago
1
US Format Short Date String
ECMAScript (JavaScript)
Matches any short date string between 1/1/2000 - 12/31/2199 in the formats: d/m/yyyy, dd/m/yyyy, d/mm/yyyy, or dd/mm/yyyy
Submitted by
anonymous
-
8 years ago
1
PaySafeCard (PSC) Code
PCRE (PHP <7.3)
Matches codes with and without minus (-) Prevents fake codes like "1234-1234-1234-1234"
Submitted by
timmyrs
-
8 years ago
1
Rew
PCRE (PHP <7.3)
no description available
Submitted by
SLD
-
8 years ago
1
Anything but Mr./Dr./Ms./Mrs.
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
c extract
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
phones russian
PCRE (PHP <7.3)
no description available
Submitted by
ConConovaloff
-
8 years ago
1
ins tag with dcmads class
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
ABAP method
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
abap comment
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Restrict white space & # tag
PCRE (PHP <7.3)
no description available
Submitted by
sanju
-
8 years ago
1
simple regex
ECMAScript (JavaScript)
The password entered is not in correct format (minimum eight characters, at least one uppercase, one lowercase, one number, and one special character)
Submitted by
Nguyen Pham
-
8 years ago
1
Get params from function source
PCRE (PHP <7.3)
no description available
Submitted by
Mike Nahmias
-
8 years ago
1
match string
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Youtube Regex
PCRE (PHP <7.3)
Get Youtube Link
Submitted by
anonymous
-
8 years ago
1
...
656
657
658
659
660
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
[
a
-
zA
-
Z
]
[
-_a
-
zA
-
Z0
-
9
]
{5,19}
$
/
Open regex in editor
Description
微信号,6至20位,以字母开头,字母,数字,减号,下划线
Submitted by
anonymous
-
5 years ago