Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
Info
Regex Editor
Community Patterns
Account
Regex Quiz
Settings
Order By
Most Recent
Most upvotes
Most downvotes
Highest Score
Lowest Score
Filter by Flavor
PCRE2 (PHP >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
0
Telephone numbers for Spain, national calls. Ver.2
PCRE2 (PHP >=7.3)
It validates the phone numbers for Spain, national calls. Only digit number format, without spaces, dots nor dashes. This second version allows a empty string. OK: 630222544 941641893...
Submitted by
sajime
-
3 years ago
0
Another WordPress Classified Plugin Date Conversion
PCRE2 (PHP >=7.3)
Convert your date from yyyy-mm-dd to mm/dd/yyyy and your time from hour:minute:second to hour:minute. You can manipulate the data further with your own function.
Submitted by
anonymous
-
3 years ago
0
comic script seperate PANEL, DIALOG, action div class
PCRE2 (PHP >=7.3)
orignal question and image: https://www.reddit.com/r/regex/comments/q8igd4/how_can_i_group_the_second_green_group_end_of/hgpydig/?context=3
Submitted by
anonymous
-
3 years ago
0
Вся строка начиная со слова
PCRE2 (PHP >=7.3)
а
Submitted by
anonymous
-
3 years ago
0
Pandoc Markdown reference-style link
ECMAScript (JavaScript)
Matches Windows & POSIX absolute and relative paths, Windows UNC paths, URIs, and optionally image titles or classes: \[my label 1\]: /foo/bar.jpg "My title, optional" {.class} \[my label 2\]: ~/foo/bar.png "My title, optional" \[my label 3\]: /foo/bar.jpg 'My title, optional' \[my label 4\]: ~/...
Submitted by
Matt Jolly <Matt.Jolly@footclan.ninja>
-
3 years ago
0
Check a google docs sharing link
ECMAScript (JavaScript)
Check if a link is a google docs sharing link.
Submitted by
Kelechi Apugo
-
3 years ago
0
Check Dribbble profile url
ECMAScript (JavaScript)
Check a Dribbble profile url is valid
Submitted by
Kelechi Apugo
-
3 years ago
0
check behance profile url
ECMAScript (JavaScript)
check if a behance profile url is valid
Submitted by
Kelechi Apugo
-
3 years ago
0
get domain from url
Python
From link Get domain from url start with: http, https, www, or abc:abc.google.com
Submitted by
anonymous
-
3 years ago
0
remove ending a's
PCRE2 (PHP >=7.3)
here we have removed the a's at the end of each line
Submitted by
anonymous
-
3 years ago
0
Ignore SITE.tumblr.com EXCEPT static, cdn, and a custom one
PCRE2 (PHP >=7.3)
Customise it to fit your needs
Submitted by
TheTechRobo
-
3 years ago
0
Changelog commit template
Golang
Changelog commit template
Submitted by
anonymous
-
3 years ago
0
Commafication (this BREAKS ON APPLE DEVICES!!!!)
ECMAScript (JavaScript)
Commafy any number! 30000 = 30,000 303123 = 303,123 999888777 = 999,888,777
Submitted by
Mendel Groner
-
2 years ago
0
hexadecimal
PCRE2 (PHP >=7.3)
Hexadecimal regex
Submitted by
anonymous
-
3 years ago
0
Octal regex
PCRE2 (PHP >=7.3)
Octal regex
Submitted by
anonymous
-
3 years ago
0
Indian RTO
ECMAScript (JavaScript)
RTO code for validation
Submitted by
Rama
-
3 years ago
0
Keep only domain and protocol it present.
PCRE2 (PHP >=7.3)
Keep only domain and protocol it present.
Submitted by
EcoTechie
-
3 years ago
0
Select LIMIT-OFFSET clause in SQL query
ECMAScript (JavaScript)
Select the LIMIT/OFFSET clause of an SQL query
Submitted by
Matthew Marcus
-
3 years ago
0
Unordered list between text in markdown
PCRE2 (PHP >=7.3)
This regex matches with an unordered list between different kinds of text displayed in markdown
Submitted by
anonymous
-
3 years ago
0
Minimum words
ECMAScript (JavaScript)
change the ending {5,} to {x,} with x being minimum words
Submitted by
anonymous
-
3 years ago
1
...
395
396
397
398
399
...
902
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
\[\[
(
[
\w\d\s
]
+
)
(?:
\/
.
+
|)
\]\]
/
g
Open regex in editor
Description
Includes Words, Digits, White Spaces, (, ), :, -, _
Submitted by
anonymous
-
4 years ago