Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Social
Join the Discord community!
Follow me on twitter!
Send me an email
Donate
Donate
Donate through Paypal
Become a Github Sponsor
Info
Info
Find out what's new!
RegEx101 Wiki
Report bugs or make suggestions
What's new?
Loading content...
Close
Regex Editor
Regex Editor
Community Patterns
Community Patterns
Account
Account
Regex Quiz
Regex Quiz
Settings
Settings
Live Help
Live Help
Get help on Discord
Get help on IRC
Order By
Most Recent
Highest Score
Lowest Score
Most upvotes
Most downvotes
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET (C#)
Rust
Sponsors
Community Patterns
Search among 11,660 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Tracking Codes
PCRE2 (PHP >=7.3)
Gets the code tags and tracking codes for various online analytics platforms
Submitted by
anonymous
-
10 hours ago
2023-12-06 00:34
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
House and Senate Bills
Golang
Match a House or Senate bill in text.
Submitted by
Jason Putorti
-
18 hours ago
2023-12-05 16:20
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
just for test
PCRE2 (PHP >=7.3)
don't mind
Submitted by
anonymous
-
a day ago
2023-12-05 07:46
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Eleanor rosevelt
PCRE2 (PHP >=7.3)
Random bootcamp exercice
Submitted by
anonymous
-
2 days ago
2023-12-04 14:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Egypt mobile number with country code
PCRE2 (PHP >=7.3)
This can be used for the internal dashboard.
Submitted by
Ehab Salah
-
2 days ago
2023-12-04 12:40
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Wikipedia Links
PCRE2 (PHP >=7.3)
match whether a link is wikipedia link
Submitted by
anonymous
-
3 days ago
2023-12-03 12:59
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
datime
PCRE2 (PHP >=7.3)
datetime
Submitted by
anonymous
-
5 days ago
2023-12-01 14:15
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Google chat WebHook integration
PCRE2 (PHP >=7.3)
Regular match an URL integration to Google chat by WebHook
Submitted by
Vito Bryliano
-
5 days ago
2023-12-01 11:06
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
12 hour time
PCRE2 (PHP >=7.3)
Use this expression to validate a 12 hour time input
Submitted by
Amit Sharma
-
5 days ago
2023-12-01 08:56
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Malaysian NRIC
PCRE2 (PHP >=7.3)
Strict Malaysian NRIC format check
Submitted by
17Hieng
-
5 days ago
2023-12-01 04:02
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
URL
PCRE2 (PHP >=7.3)
Support any types of URL for https and http protocol. http or https [optional] domain name [mandatory] file path [optional] query parameter [optional]
Submitted by
17Hieng
-
5 days ago
2023-12-01 03:57
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Custom Datetime Finder
PCRE2 (PHP >=7.3)
Determine date time parts
Submitted by
anonymous
-
6 days ago
2023-11-30 17:52
(Last modified 20 hours ago)
2023-12-05 14:24
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
git-flow branch names
PCRE2 (PHP >=7.3)
This is the regex for our branch names.
Submitted by
stefanfrede
-
9 days ago
2023-11-27 08:58
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Match paths
PCRE2 (PHP >=7.3)
Match paths
Submitted by
os_niko
-
11 days ago
2023-11-25 02:50
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Prime number test
PCRE2 (PHP >=7.3)
Prime number test
Submitted by
anonymous
-
12 days ago
2023-11-24 01:37
(Last modified 4 days ago)
2023-12-02 04:49
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Get a canonical link from html page
PCRE2 (PHP >=7.3)
Gets the canonical link from a html page provided it has one
Submitted by
anonymous
-
12 days ago
2023-11-23 23:01
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Find all text lines after simple time code
PCRE2 (PHP >=7.3)
Given a time code caption file (not standards compliant) use this script to match all lines following a time code line You can use this regex in Notepad++ to generate a new file that only contains the matches in the form of ^(?!\d:\d{2}+).+
Submitted by
Alexander Roberts
-
13 days ago
2023-11-23 14:50
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Search disabled SSL verification
PCRE2 (PHP >=7.3)
Find SSLVerify = false
Submitted by
@Sergiomarotco
-
14 days ago
2023-11-22 16:33
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
QIF date from ISO format to French format
PCRE2 (PHP >=7.3)
Transforms an ISO date (YYY-MM-DD) into a French format date (DD/MM/YYYY). Substitute : D$3/$2/$1
Submitted by
Christian CROCHE
-
16 days ago
2023-11-20 20:32
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
QIF amount from French format to English for MS MONEY
PCRE2 (PHP >=7.3)
For a QIF file extracted from Boursorama bank account, transform the diffrent amount in French format to an English format (without thousand separator) for MS Money. ^([T\$])([-+]?)(\d*)(\s?)(\d+)(\,)(\d+)$ Substitute with $1$2$3$5.$7
Submitted by
anonymous
-
16 days ago
2023-11-20 20:29
1
2
3
4
...
583
Find all words between #text#
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
~
[^
<>
]
(?!
[^
<
]
*
>
|
[^
<>
]
*
<
\/
)
(?!
\s
\#
\s
)
(
\#
\S
[^
<>
]
(?!
[^
<
]
*
>
|
[^
<>
]
*
<
\/
)
(
.
*
?
)
\S
\#
)
~
mUg
Open regex in editor
Description
Loading markdown...
Submitted by
Kervan Mazuy
-
3 months ago
2023-09-11 06:28