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)
pcre2
IssuePattern
working pattern for Issue packages
Submitted by
anonymous
-
2 hours ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
3 letter word finder
finds any 3 letter words in a text
Submitted by
anonymous
-
a day ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
quoted strings regex
matches quoted strings
Submitted by
anonymous
-
a day ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Pagrafo empezandon con cadena y termnando en punto
Busca parrafos completos incluyendo nuevas lineas, los cuales terminan con un punto final
Submitted by
anonymous
-
a day ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
outletId
test outlet id
Submitted by
Ankit
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Using negative lookahead
From the following: Chr. Chr.I Chr.II Chr.III Chr.IIV...
Submitted by
dikip
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Youtube Video Id
Matches the video Id in Youtube URL.
Submitted by
CW
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
fb-group
db gr
Submitted by
anonymous
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
jvavo-regExp-links
To include all content checkers
Submitted by
anonymous
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Major.Minor.Patch Regex
This regex will only allow the Major.Minor.Patch pattern to pass.
Submitted by
Rónmag
-
5 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
converting table to repeattable command latex
for testing doc
Submitted by
anonymous
-
5 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Récupérateur adresse Française
Permet d'extraire les différentes partie d'une adresse de type : 12 Bis A Rue du trou perdu (Avec/Sans Numéros, multiplicatif, complément) Group1 : Numéro de voie ou NULL Group2 : Multiplicatif ou NULL Group3 : Complément lettre ou NULL Group4 : Adresse
Submitted by
Justin Ollier
-
5 days ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Clean Date Finder
Find dates of multiple formats in a clean way Searchable Formats: -Month day year -Month day, year -Mon day year...
Submitted by
anonymous
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
RegEx, lower case letters and numbers, with exact length of 6
StackOverflow RegEx, lower case letters and numbers, with exact length of 6 RegEx without boundary (1st try) [a-z0-9]{6} RegEx with boundary (solution) \b[a-z0-9]{6}\b
Submitted by
Nicolas Karg
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
dotnet
Wikipedia ISO 4217 (Currency Codes) table to C# enum
This converts the values in this) table to C# code. Example: pulic enum Iso4217 { /* output here */...
Submitted by
Diemaco
-
6 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
google video 域名
google video 域名
Submitted by
anonymous
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
URL Cleaner
It just cleans up urls.
Submitted by
anonymous
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
White spaces between two white spaces.
White spaces between two white spaces.
Submitted by
jrjmm
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
silly radio
nuh uh
Submitted by
anonymous
-
7 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Are* Device (iOS)
OS version of the iPhone devices of our client Are*
Submitted by
anonymous
-
7 days ago
1
2
3
4
...
103
determine if input text is an URL
Vote
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
Regular Expression
pcre2
/
(
(
https
?
:
)?
\/\/
)?
(
(
[
\d\w
]
|
%
[
a
-
fA
-
f
\d
]
{2,2}
)+
(
:
(
[
\d\w
]
|
%
[
a
-
fA
-
f
\d
]
{2,2}
)+
)?
@
)?
(
[
\d\w
]
[
-
\d\w
]
{0,253}
[
\d\w
]
\.
)+
[
\w
]
{2,63}
(
:
[
\d
]
+
)?
(
\/
(
[
-+_~.
\d\w
]
|
%
[
a
-
fA
-
f
\d
]
{2,2}
)*
)*
(
\?
(
&
?
(
[
-+_~.
\d\w
]
|
%
[
a
-
fA
-
f
\d
]
{2,2}
)
=
?
)*
)?
(
#
(
[
-+_~.
\d\w
]
|
%
[
a
-
fA
-
f
\d
]
{2,2}
)*
)?
/
gmi
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
- 3 months ago