Regular
Expressions
101
Please wait while the app is loading...
Please enable JavaScript to use this web application.
Regular
Expressions
101
@regex101
Donate
Sponsor
Contact
Bug Reports & Feedback
Wiki
What's new?
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Regex Library
Regex Library
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Order By
Most Recent
Most Points
Fewest Points
Filter by Flavor
PCRE2
PCRE
ECMAScript
Python
Golang
Java
.NET
Sponsors
All your environment variables, in one place
Library entries
Search library
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
#tagging tag form regex
hash tagging actual title or description format regex
Submitted by
rameespu@gmail.com
-
8 years ago
5
5 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Codice fiscale italiano
Oltre a supportare le omocodie controlla in modo restrittivo il carattere relativo al mese di nascita
Submitted by
Aldo Medri
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
lookahead (and)
no description available
Submitted by
anonymous
-
8 years ago
-1
1 upvotes, 2 downvotes (33% like it) (You must be signed in to vote)
pcre
Street, City, State|State Code, Zip
Matches the following format of US address: Street, City, State|State Code, Zip Example: 765757 North Nevada Avenue, Colorado Springs, CO, 80918
Submitted by
Chandan Kumar Sinha
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Find method declarations without parameter types
no description available
Submitted by
Iulian Onofrei
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Keyboard key parser
Parse Keyboard keys from string Like ctrl+a matches ctrl and a in one group This supports complex strings
Submitted by
Jérémy Munsch <jeremy.munsch@gmail.com>
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
TFS Forbidden Pattern web.config file Check-In Policy
TFS Forbidden Pattern web.config file Check-In Policy
Submitted by
Riaan de Lange
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
select internal special chars
select all special chars inside a world/sentence
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
test
test
Submitted by
umesh
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Matching comma separated with pattern
Matching comma separated fields with pattern
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Ebay item id from URL
no description available
Submitted by
Nanodev Limited
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Squid access.log
cut/paste into fluentd/td-agent config
Submitted by
HoBoJo
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Basic email validation
A basic and rude email validation
Submitted by
Yemolai
-
8 years ago
-2
1 upvotes, 3 downvotes (25% like it) (You must be signed in to vote)
pcre
Brazillian Telephone Number validator
A basic validator for BR phone numbers
Submitted by
Yemolai
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
password complexity
At least one lower case, upper case and digit, at least 10 chars
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Youtube Regex
To get video id from different formats
Submitted by
bux
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Match first PMID
When encountering more than 1 pmid, make sure to return the first one
Submitted by
agreco13
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
ISO 8601 Dates
Regex supporting all formats of ISO 8601 dates (with timezone and microseconds) that are compatible with PHP DateTime constructor and strtotime.
Submitted by
mjolnic
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Password Complexity Requirement RegEx
^ # start-of-string (?=.*[0-9]) # a digit must occur at least once (?=.*[a-z]) # a lower case letter must occur at least once (?=.*[A-Z]) # an upper case letter must occur at least once (?=.*[@#$%^&+=]) # a special character must occur at least once (?=\S+$) ...
Submitted by
http://stackoverflow.com/users/18771/tomalak
-
8 years ago
3
3 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Get bad iframe (with white-list)
In (?!www.youtube.com\/|youtube.com\/|player.vimeo.com\/) u can add good sites for iframes: www.youtube.com/ player.vimeo.com/
Submitted by
Resager
-
8 years ago
1
...
496
497
498
499
500
501
502
...
572
UK Companies Registration Number
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^\d
{8,}
|
SC
\d
{6,}
|
NI
\d
{6,}
|
OC
\d
{6,}
|
RO
\d
{6,}
|
SO
\d
{6,}
$
/
gi
Open regex in editor
Description
Loading markdown...
Submitted by
Steve Haworth
- 8 years ago