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
Canadian Zip code - Optional space or hyphen seperator
PCRE (PHP <7.3)
Match a string that's completely made up of a Canadian Zip code that can contain a space or hyphen as a seperator.
Submitted by
Mike Bald
-
8 years ago
1
Only Numbers from CPF
PCRE (PHP <7.3)
no description available
Submitted by
Thiago Mata
-
8 years ago
1
zz
ECMAScript (JavaScript)
xx
Submitted by
x
-
8 years ago
1
Puush
PCRE (PHP <7.3)
Regex that matches puu.sh links
Submitted by
Jurij
-
8 years ago
1
SoundCloud
ECMAScript (JavaScript)
Matches links to songs, playlists and links when clicked from a playlist.
Submitted by
Jurij
-
8 years ago
1
Extract image from string / plain text
PCRE (PHP <7.3)
If you have a string with a image URL
Submitted by
Cavla
-
8 years ago
1
state district
Python
no description available
Submitted by
anonymous
-
8 years ago
1
ProceedingList
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Check for underscore
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
email
PCRE (PHP <7.3)
email validation
Submitted by
Chandan
-
8 years ago
1
Season Rename -- Naruto Shippuuden Season Rename
PCRE (PHP <7.3)
Season Rename -- Naruto Shippuuden Season Rename Will grab that regex and use the same Episode number to rename it with the same file extention as well
Submitted by
_tak
-
8 years ago
1
complex number
Python
complex number
Submitted by
Yao Xiao
-
8 years ago
1
get html tag attributes (name/value)
ECMAScript (JavaScript)
no description available
Submitted by
mekroth
-
8 years ago
1
C#
Python
no description available
Submitted by
anonymous
-
8 years ago
1
test1 php
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
pdfbrev cu spargere la 96
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
selects all but first and last
PCRE (PHP <7.3)
selects all but the firs tand last charcter (excluding punctuation) of words in a string of words
Submitted by
anonymous
-
8 years ago
1
SMS_TRIGGERS count
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Parse E-Mail Template
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
搜索
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
204
205
206
207
208
...
900
Community Library Entry
1
Regular Expression
PCRE (PHP <7.3)
/
(
[
0
-
9
]
*
)
[
]
\.
|_|-
]
*
(
[
0
-
9
]
*
)
[
]
\.
|_|-
]
*
(
[
0
-
9
]
*
)
[
]
\.
|_|-
]
*
(
[
0
-
9
]
*
)
[
]
\.
|_|-
]
*
(
[
0
-
9
]
*
)
[
]
\.
|_|-
]
*
/
g
Open regex in editor
Description
no description available
Submitted by
Thiago Mata
-
8 years ago