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,000 community submitted regex patterns...
0
use in query db( in () )
Golang
int&space to 'int',
Submitted by
anonymous
-
3 years ago
0
Hex Checker
ECMAScript (JavaScript)
Checks if a string contains a hex code
Submitted by
anonymous
-
3 years ago
0
RegEx CarX car_name
ECMAScript (JavaScript)
This one is specifically for car_name column
Submitted by
anonymous
-
3 years ago
0
Twitch Clickable URL Regex
PCRE2 (PHP >=7.3)
I think this is the regex that Twitch uses to determine what is a clickable link on chat.
Submitted by
emongev
-
3 years ago
0
Mimecast - Spam Scan Regex
PCRE2 (PHP >=7.3)
This was put together so that O365 can match headers and move to Microsoft Junk-mail folder instead of using Mimecast User Hold Queue.
Submitted by
anonymous
-
3 years ago
0
Get first value in xml tag
PCRE2 (PHP >=7.3)
/^(label=\")(.+)(" length.*)(\/>)/gm
Submitted by
Stephen
-
3 years ago
0
Blacklist regrex
Java 8
INC
Submitted by
anonymous
-
3 years ago
0
ParseQR
Python
Testinjg
Submitted by
DBW
-
3 years ago
(Last modified 3 years ago)
0
get .tbpa coins
PCRE2 (PHP >=7.3)
hmm
Submitted by
SrB
-
3 years ago
0
Tên Tiếng Việt
PCRE2 (PHP >=7.3)
Tên Tiếng Việt
Submitted by
anonymous
-
3 years ago
(Last modified a year ago)
0
Iran Mobile Regex
ECMAScript (JavaScript)
09...
Submitted by
anonymous
-
3 years ago
0
Extract Span Tag Content
PCRE2 (PHP >=7.3)
Extract Content in SPAN tag
Submitted by
Byron Lai
-
3 years ago
(Last modified 3 years ago)
0
Remove Width & Height Tag from iframe
PCRE2 (PHP >=7.3)
Remove width & height tage from Youtube/Vimeo embed code Useful for implementing responsive design
Submitted by
Mendel Groner
-
3 years ago
0
0x36210C88C438001A616687456978Aa4d3AdCba35
Python
`[ [ { "content": "\n", "isParticipating": true, "groupNum": 0,...
Submitted by
Natego☬158ᴗ✯eth:0x36210C88C438001A616687456978Aa4d3AdCba35
-
3 years ago
(Last modified 3 years ago)
0
Exclude Home Page by URL
PCRE2 (PHP >=7.3)
This works in Google Tag Manager regex to exclude the Home Page by URL
Submitted by
anonymous
-
3 years ago
0
aaa
PCRE2 (PHP >=7.3)
aaa
Submitted by
anonymous
-
3 years ago
0
Volume, issue, item
PCRE2 (PHP >=7.3)
getting volume issue, item out of link as group 1,3,5; bepress url
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
email
PCRE2 (PHP >=7.3)
validate email
Submitted by
anonymous
-
3 years ago
0
PromQL - label\values
PCRE2 (PHP >=7.3)
Recognize valid promQL label\values part of expression
Submitted by
digitok
-
3 years ago
(Last modified 3 years ago)
0
Add padding to non-empty HTML table cells that don't already have padding.
PCRE2 (PHP >=7.3)
This RegEx is very specific but demonstrates a technique to find and modify HTML tags. Finds and tags that: Do not already have padding. Are complete (i.e. have a closing tag) Are not empty (nor contain only one tag)...
Submitted by
jsmart523
-
3 years ago
1
...
778
779
780
781
782
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
(
^
|
\s
)
[
a
-
z
]
/
gm
Open regex in editor
Description
Lowercase whole line to make it work
Submitted by
PolyFlower
-
3 years ago