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
5 upvotes, 4 downvotes (56% like it) (You must be signed in to vote)
javascript
URL domain test
tests to find if ("google.com") is the domain part of the URL
Submitted by
anonymous
-
8 years ago
-2
0 upvotes, 2 downvotes (0% like it) (You must be signed in to vote)
pcre
spot2-test
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
python
ipv4
no description available
Submitted by
anonymous
-
8 years ago
1
3 upvotes, 2 downvotes (60% like it) (You must be signed in to vote)
python
Timecode
Regex to match standard timecode format. (Updated with fewer groups).
Submitted by
Travis
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
pERMUTACION 1
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
Email regex
no description available
Submitted by
anonymous
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
python
Timecode
Regex to match standard timecode format.
Submitted by
Travis
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
zypper
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
Find Italic
Find Html TAG with "Italic" class and returns his content.
Submitted by
Ivan Milazzotti
-
8 years ago
-2
6 upvotes, 8 downvotes (43% like it) (You must be signed in to vote)
pcre
posix
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
Find Chapter (eBook)
Find an specific TAG and return his content
Submitted by
Ivan Milazzotti
-
8 years ago
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
javascript
German ZIP Validation
Validates German ZIP codes
Submitted by
wehmoen
-
8 years ago
1
4 upvotes, 3 downvotes (57% like it) (You must be signed in to vote)
pcre
IPV4 address validation using recursion
Validate IPv4 addresses using PCRE's recursion patterns. A shorter but less efficient alternative to https://regex101.com/r/wZ6oY5/1
Submitted by
Captain Haddock
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
IPv4 validation using recursion
Validate IPv4 addresses using PCRE's recursion patterns.
Submitted by
Captain Haddock
-
8 years ago
2
2 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
Filtrar inicio string
Filtrar inicio da string por BRN ou 201
Submitted by
Leandro
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
trim IP
find leading zeros in ipv4 adresses
Submitted by
anonymous
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
phone number
accept number , space, . and -
Submitted by
sylvain
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
Matches dash-seperated terms in.
no description available
Submitted by
anonymous
-
8 years ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre
media info parser
This regex can be used to parse the "general", "video" or "audio" stream metadata returned by the mediainfo.dll inform() call.
Submitted by
J.T. Taylor
-
8 years ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre
mediainfo inform text parser
this regex can be used to parse out general, video and audio sections of the mediainfo.dll library inform() return to be used to create string lists or dictionaries of the container and stream metadata key/value pairs.
Submitted by
J.T. Taylor
-
8 years ago
1
...
678
679
680
681
682
683
684
...
741
Chords
Vote
1
2 upvotes, 1 downvotes (67% like it) (You must be signed in to vote)
Regular Expression
javascript
/
\b
(?:
G,C,D
|
A,B,C
|
E,C,D
)
|
(?:
[
ABCDEFG
]
(?:
#
|
b
)?
)
(?:
\/
[
ABCDEFG
]
b
)?
(?:
(?:
(?:
maj
|
min
|
sus
|
add
|
aug
|
dim
)
(?:
\d
{0,2}
(?:
#
\d
{1,2}
|
sus
\d
)?
)?
)
|
(?:
m
\d
{0,2}
(?:
(?:
maj
|
add
|
#
)
\d
{0,2}
)?
)
|
(?:
-
?
\d
{0,2}
(?:
\(
[^
)
]
*
\)
|
#
\d
{1,2}
)?
)
)?
/
g
Open regex in editor
Description
Loading markdown...
Submitted by
A=B
- 8 years ago