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
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
PolicyNumber
no description available
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
comment separator
works fine for // and -- but has issue with multi line comment(/**/)
Submitted by
anonymous
-
8 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
Unix file name from full path
Replace the forward slashes with back slashes for Windows
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
namedQueryPattern
no description available
Submitted by
anonymous
-
8 years ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
#tagging original form regex
#tagging original form regex
Submitted by
rameez rami
-
8 years ago
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
...
496
497
498
499
500
501
502
...
572
starts with abc, has 123 and ends with xyz
Vote
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
Regular Expression
pcre
/
^
(?=
^
abc
)
(?=
.
*
123
)
(?=
.
*
xyz
$
)
/
Open regex in editor
Description
Loading markdown...
Submitted by
Kifah
- 8 years ago