Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 17,200 community submitted regex patterns...
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
HH:MM
ECMAScript (JavaScript)
Validates 24 hour formmatted hours and minutes
Submitted by
anonymous
-
7 years ago
2016-07-01 11:00
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
n+5
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-07-01 10:29
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
tempate location
PCRE (PHP <7.3)
no description available
Submitted by
Tadas
-
7 years ago
2016-07-01 06:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
RUBROS
Python
no description available
Submitted by
anonymous
-
7 years ago
2016-06-30 20:57
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
test
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-06-30 19:13
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Check if string contains special chars
PCRE (PHP <7.3)
If string contains special chars no match. Blank space is safe. It will accept blank spaces.
Submitted by
binary_fm
-
7 years ago
2016-06-30 18:38
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Catdance
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-06-30 17:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regex Validator
PCRE (PHP <7.3)
A regex to parse regexs
Submitted by
anonymous
-
7 years ago
2016-06-30 12:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
PIAS LS OUTPUT
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-06-30 12:31
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
8 Digits Password
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-06-30 10:34
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Password Validation 8-32 chars
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-06-30 10:30
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Funktion Matcher
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
2016-06-30 09:48
2
2 upvotes, 0 downvotes (score 34.2%) (You must be signed in to vote)
Date of Birth
PCRE (PHP <7.3)
with Leap Year support (dd/MM/yyyy)
Submitted by
gdZeus (uploaded by limker)
-
7 years ago
2016-06-30 07:41
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
a
ECMAScript (JavaScript)
a
Submitted by
a
-
7 years ago
2016-06-30 03:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Telefone Brasil
PCRE (PHP <7.3)
Telefone com DDD entre parenteces ou sem com e sem traço ou sem DDD
Submitted by
Vinicius G
-
7 years ago
2016-06-30 02:17
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Match URLs
PCRE (PHP <7.3)
no description available
Submitted by
JOHN GRUBER
-
7 years ago
2016-06-30 01:47
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
SearchForPhotoName
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
2016-06-29 22:45
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Removes formatting chars from string
PCRE (PHP <7.3)
Removes formatting chars from string like \n, \r, \t and etc
Submitted by
binary_fm
-
7 years ago
2016-06-29 20:31
0
1 upvotes, 1 downvotes (score 9.5%) (You must be signed in to vote)
Remove all special chars from string
PCRE (PHP <7.3)
Remove all special chars from string
Submitted by
binary_fm
-
7 years ago
2016-06-29 20:03
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Mega StatusBar
PCRE (PHP <7.3)
Migra TStatusBat para TMgStatusBar
Submitted by
Alair
-
7 years ago
2016-06-29 19:05
1
...
629
630
631
632
633
634
635
...
860
match @user but not email@example.com
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE (PHP <7.3)
/
(
(?:
(?<=
\s
|
\W
|
\A
)
)
@
(
\w
+
)
)
/
gi
Open regex in editor
Description
Loading markdown...
Submitted by
Holger Schmidt (https://github.com/forger)
-
7 years ago
2016-05-26 05:36