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
Bematech regex
https://///
Submitted by
anonymous
-
2 hours ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
匹配任何小数,小数后面不保留0
匹配任何小数,小数后面不保留0
Submitted by
anonymous
-
14 hours ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
匹配代码块
用来匹配markdown里面的代码块
Submitted by
anonymous
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Groups / pb
Trying to get groups to work in PB CreateRegularExpression(0,"^FWD:\[(?[0-9]{4})\] (?.+\.exe): (?.*)$") x$ = "FWD:[1234] something else.exe: a bunch of text" If MatchRegularExpression(0,x$)...
Submitted by
anonymous
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Basic Git pull request title validator
Validates that there an optional [WIP] followed by a bracketed ticket number, PIDSS-n*, a space, and a string beginning with an uppercase character.
Submitted by
David E Nedrow
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
asd
asdf
Submitted by
anonymous
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Achternaam
Check on achternaam
Submitted by
anonymous
-
2 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Java RegExMatch Example
This is an example for stackoverflow
Submitted by
anonymous
-
3 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
Java RegEx Group Test
Test
Submitted by
anonymous
-
3 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
APA Citation v1
Parse APA v7 citations
Submitted by
mathias v
-
3 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Pull Quote regex
Get quote text and author
Submitted by
sunilP
-
3 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
detect inner function with recursiion
working for all not for java
Submitted by
anonymous
-
3 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
java
catch inner element
working regex for any
Submitted by
anonymous
-
3 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
pep2
Ramil Rakhmatulovich IBATULLIN (Рамиль Рахматуллович ИБАТУЛЛИН) Function: Russian military leader – Major-General Commander of the 90th Guards Tank Division DOB: 22.10.1976 POB: Bagishevo, Apastovsky District, Tatarstan, former USSR (now Russian Federation)...
Submitted by
anonymous
-
4 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
PEP
Mikhail Stepanovich ZUSKO (Михаил Степанович ЗУСЬКО) Function: Russian military leader – Lieutenant- General Chief of staff of the “West” grouping Former Commander of the 58th Combined Arms Army of the Southern Military District DOB: 24.5.1972...
Submitted by
anonymous
-
4 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre
jiggl
toggl track to jira
Submitted by
anonymous
-
4 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
RegEx
Examples
Submitted by
anonymous
-
4 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
EmailValidation
This is an Email validation using RegExp.
Submitted by
anonymous
-
4 days ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Age
Match "I'm ##" or "I am ##"
Submitted by
Matt
-
4 days ago
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
-
4 days ago
1
2
3
4
...
573
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