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 2,540 community submitted regex patterns...
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Glyph name Bulgarian local form
PCRE2 (PHP >=7.3)
replace .bgr with cyr_BGR in replace string
Submitted by
anonymous
-
a month ago
2023-11-03 11:10
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Quartz .NET Cron Schedule Validation
PCRE2 (PHP >=7.3)
Matches a list of cron expressions which are valid in the Quartz .NET library Quartz Net Cron Expression
Submitted by
Michael Robertson
-
a month ago
2023-11-03 04:14
(Last modified a month ago)
2023-11-03 04:19
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Email Regex
PCRE2 (PHP >=7.3)
Email address: RFC 2822 Format Matches a normal email address. Does not check the top-level domain. Copied from: https://stackoverflow.com/a/16168103/4640611
Submitted by
anonymous
-
a month ago
2023-11-02 11:34
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
convert any youtube video link to an embed in iframe
PCRE2 (PHP >=7.3)
supports all link formats
Submitted by
1Mouse
-
a month ago
2023-11-02 11:26
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Matches All the Odd Numbers
PCRE2 (PHP >=7.3)
Matches All the Odd Numbers
Submitted by
Dashrath Sharma
-
a month ago
2023-11-02 09:37
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Matches All the even numbers
PCRE2 (PHP >=7.3)
Matches all the even numbers from a given input.
Submitted by
Dashrath Sharma
-
a month ago
2023-11-02 09:35
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
match php tag
PCRE2 (PHP >=7.3)
match php tag
Submitted by
Shun Shun
-
a month ago
2023-11-01 12:50
(Last modified a month ago)
2023-11-01 13:42
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Match T-SQL view definition
PCRE2 (PHP >=7.3)
This regex matches the Transact SQL statement for selecting the database and creating a view.
Submitted by
anonymous
-
a month ago
2023-11-01 10:41
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
Regex ejemplo grafana01
PCRE2 (PHP >=7.3)
validacion de regex
Submitted by
Edson Rueda
-
a month ago
2023-10-31 20:48
1
1 upvotes, 0 downvotes (score 20.7%) (You must be signed in to vote)
ip address
PCRE2 (PHP >=7.3)
ip
Submitted by
Giorgio
-
a month ago
2023-10-31 16:20
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
2
3
4
5
6
...
127
Basic Git pull request title validator
0
0 upvotes, 0 downvotes (score 0%) (You must be signed in to vote)
Regular Expression
PCRE2 (PHP >=7.3)
/
^
(
\[
WIP
\]
)?
(
\[
PIDSS-
\d
+
]
)
[
[:upper:]
]
.
{3,}
/
gm
Open regex in editor
Description
Loading markdown...
Submitted by
David E Nedrow
-
6 months ago
2023-06-08 20:00