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 17,400 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Gregorian Date pattern.
PCRE2 (PHP >=7.3)
Matches Gregorian Date Pattern Completed Challenge from Codewars
Submitted by
Dashrath Sharma
-
a month ago
2023-10-31 09:13
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Match URLs
PCRE2 (PHP >=7.3)
Matches most of the URLs I through at it. Did not find any ULR that it doesn't match yet.
Submitted by
Dashrath Sharma
-
a month ago
2023-10-30 13:25
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regex, find almost all text between html tags, for laravel translation
PCRE2 (PHP >=7.3)
Regex, find almost all text between html tags, for laravel translation
Submitted by
anonymous
-
a month ago
2023-10-27 18:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Simple URL validation
.NET (C#)
Validates protocol, sub-domain, domain, and top-level domain. No port number and query string parameters validation is made.
Submitted by
anonymous
-
a month ago
2023-10-27 11:27
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
get Markdown image link and alt
PCRE2 (PHP >=7.3)
get image's link and alt in Markdown
Submitted by
fgt1t5y
-
a month ago
2023-10-27 04:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Get all table from sql query string | 从SQL查询语句中获取所有表名
PCRE2 (PHP >=7.3)
Get all table from sql query string | 从SQL查询语句中获取所有表名。 WelineFramework PHP8 。
Submitted by
Aiweline/秋枫雁飞
-
a month ago
2023-10-26 03:08
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Extract phone number and email address from string
PCRE2 (PHP >=7.3)
Extract the phone numbers and email addresses from a string
Submitted by
Mukesh Jangid
-
a month ago
2023-10-25 08:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Get Markdown Table Row
PCRE2 (PHP >=7.3)
Get the whole row except the header delimiter
Submitted by
Matthias König
-
a month ago
2023-10-25 08:44
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Get Markdown Tables
PCRE2 (PHP >=7.3)
Get a Match for every table in a markdown file.
Submitted by
Matthias König
-
a month ago
2023-10-25 08:21
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Kafka loki parser
Golang
Kafka loki parser
Submitted by
anonymous
-
a month ago
2023-10-24 21:34
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
OpenWeather API Key Regex
ECMAScript (JavaScript)
A simple regex to match API keys for OpenWeather map. Matches 32 hexadecimal character strings.
Submitted by
anonymous
-
a month ago
2023-10-24 14:29
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Roblox Account Cookie RegExp
ECMAScript (JavaScript)
A regex to match against Roblox cookies. Two captures; the first is the warning text; the second is the cookie itself.
Submitted by
anonymous
-
a month ago
2023-10-24 13:21
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Discord Bot Token
ECMAScript (JavaScript)
JS/TS regex for token validation.
Submitted by
anonymous
-
a month ago
2023-10-24 12:26
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Rust Phone Number
Rust
not fully featured, but simple.
Submitted by
Jakersnell
-
a month ago
2023-10-23 21:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
replace static url tags in templates from flask to django
PCRE2 (PHP >=7.3)
replace static url tags in templates from flask to django
Submitted by
anonymous
-
a month ago
2023-10-23 14:47
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Start of Java Functions
PCRE2 (PHP >=7.3)
I wrote this regex to find all of the function headers in java.
Submitted by
anonymous
-
a month ago
2023-10-23 14:12
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
hyphenize
ECMAScript (JavaScript)
convert 16 chars into four hyphen separated groups
Submitted by
mco
-
a month ago
2023-10-23 13:21
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
L2 = {w ∈ Σ ∗ = {0, 1} ∗ | |w|1 = 2k + 1, k ∈ N}
PCRE2 (PHP >=7.3)
L2 = {w ∈ Σ ∗ = {0, 1} ∗ | |w|1 = 2k + 1, k ∈ N}
Submitted by
Alan Dantas
-
a month ago
2023-10-23 02:01
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
L012 = {w ∈ Σ | |w|000 = 0} ∗ = {0, 1} ∗ | |w|000 = 0}
PCRE2 (PHP >=7.3)
L012 = {w ∈ Σ | |w|000 = 0} ∗ = {0, 1} ∗ | |w|000 = 0}
Submitted by
Alan Dantas
-
a month ago
2023-10-23 01:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
L1 = {w ∈ Σ ∗ = {0, 1} ∗ | |w|0 = 2k, k ∈ N}
PCRE2 (PHP >=7.3)
L1 = {w ∈ Σ ∗ = {0, 1} ∗ | |w|0 = 2k, k ∈ N}
Submitted by
Alan Dantas
-
a month ago
2023-10-23 00:26
1
2
3
4
5
6
7
...
870
fix plot histogram calls
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
.NET (C#)
@"
(
__Internal64
\.
PlotHistogram
(?:
2D
)?
(?:
_
\d
+
)?
\(
.
*
)
(
__arg
(?:
5
|
6
)
)
(
.
*
)
"
gm
Open regex in editor
Description
Loading markdown...
Submitted by
anonymous
-
a year ago
2022-12-30 03:13