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
get package and version from path after several words
get package and version from path after several words
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
TI dis6x to "binary as ASCII"
Automated version of process described here Takes TI dis6x disassembly output Removes leading address and spaces Rotates endianess Presents as "binary as ASCII" blob ready for insertion with HEX edit tool...
Submitted by
https://github.com/ELynx
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
get package and version from path after several words
skip a word initially then get the package from pair of slashes
Submitted by
anonymous
-
a year ago
0
1 upvotes, 1 downvotes (50% like it) (You must be signed in to vote)
pcre2
Email
Email
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Twig Translation Regex
Twig Translation Regex
Submitted by
selcuk mart <admin@hostingdevi.com>
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Valid domain Check
Valid domain check, includes multibyte character check.
Submitted by
anonymous
-
a year ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Sri Lankan Mobile Number Validation
See https://en.wikipedia.org/wiki/Telephone_numbers_in_Sri_Lanka
Submitted by
Isuru Ranawaka
-
a year ago
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
pcre2
Sri Lankan Land/Fixed-line Telephone Number Validation
Sri Lankan Land/Fixed-line Telephone Number Validation This expression validates if a given value is a valid Sri Lankan fixed line / land line telephone number. Sri Lankan land line numbers starts from 0 and does not contain 7 in the 2nd digit, and is 10 digits in length. ...
Submitted by
Isuru Ranawaka
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Card number
Card number
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
google
google api
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Get HTML Balise
.
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Kucoin trading
Used to match kucoin trading links
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Replace regex with [does not contain string + contain string]
o let's imagine this here: images/dwaudhawd_Test Picture.png I would need to replace this into this: images/dwaudhawd_Test Picture.webp...
Submitted by
Suman Maharjan
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
灾难性回溯
灾难性回溯
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
独占模式
独占模式
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
非贪婪
非贪婪
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
asdf
ghjk
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
/Host: (.*?)<br>/gu
1
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
Partial Date
Partial date
Submitted by
anonymous
-
a year ago
0
0 upvotes, 0 downvotes (0% like it) (You must be signed in to vote)
pcre2
regex-input-number
regex-input-number
Submitted by
me
-
a year ago
1
...
44
45
46
47
48
49
50
...
119
Regular expression for capturing dates and date ranges.
Vote
1
1 upvotes, 0 downvotes (100% like it) (You must be signed in to vote)
Regular Expression
java
"
(
(?:
\d
{1,2}
-
)?
\d
{1,2}
)
(?:
st
|
nd
|
rd
|
th
)?
[
./
-
]
(
feb
|
\d
{1,2}
)
(?:
[
./
-
]
(
\d
{2,4}
)
)?
|
(
feb
|
\d
{1,2}
)
[
./
-
]
(
(?:
\d
{1,2}
-
)?
\d
{1,2}
)
(?:
st
|
nd
|
rd
|
th
)?
(?:
[
./
-
]
(
\d
{2,4}
)
)?
"
igm
Open regex in editor
Description
Loading markdown...
Submitted by
Matey Krastev
- a year ago