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 9,420 community submitted regex patterns...
0
RegexJSON
PCRE (PHP <7.3)
Json add q
Submitted by
anonymous
-
3 years ago
0
Mac Address
PCRE (PHP <7.3)
Mac address is 6 parts of 2 hexadecimal digits separated by a special character "-" so, there are 5 parts of digits followed by the character "-" then, one part without that character.
Submitted by
EMAM1999
-
3 years ago
0
Reguläre Ausdrücke
PCRE (PHP <7.3)
Eine Aufgabe die man Lösen muss, wenn man die Lösung kennt.
Submitted by
anonymous
-
3 years ago
0
Hitomi.la
PCRE (PHP <7.3)
this is used for Hdoujin download Hitomi.la Instance
Submitted by
anonymous
-
3 years ago
0
Hexadecimal code
PCRE (PHP <7.3)
4 "digit" hexadecimal code
Submitted by
anonymous
-
3 years ago
0
getChannelVideos()
PCRE (PHP <7.3)
To download the information of Youtube Channel Videos
Submitted by
anonymous
-
3 years ago
0
getchannel
PCRE (PHP <7.3)
get channel
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Useless texts
PCRE (PHP <7.3)
Useless texts
Submitted by
Antério vieria
-
3 years ago
0
Litecoin-1fcfd
PCRE (PHP <7.3)
litecoin:Ldeontgmqp8NJnwk8pwcM4gv31VhJL2WgS?label=luckyfish.%20io%20tnlzsp6i93b9
Submitted by
anonymous
-
3 years ago
0
filter Google Cloud monitoring labels
PCRE (PHP <7.3)
useful for filtering data from Gooogle Compute Engine monitoring into grafana
Submitted by
NR0Q
-
3 years ago
0
Detecting CJK Chars in Golang!
Golang
Detecting CJK Chars in Golang!
Submitted by
anonymous
-
3 years ago
0
Log Data Parsing
Golang
parse log data
Submitted by
anonymous
-
3 years ago
0
Single Letter, No Numbers + Letter Exclusions
PCRE (PHP <7.3)
Allow users to only enter a single letter, no numbers, and determine which characters they are not allowed to enter (both uppercase and lowercase).
Submitted by
anonymous
-
3 years ago
0
add interfaces to ef models
PCRE (PHP <7.3)
Use this to add interfaces to ef models using vs replace all with regex
Submitted by
anonymous
-
3 years ago
0
Links in HTML
PCRE (PHP <7.3)
Example href="https://example.com"
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Semantic Versioning
Golang
Semantic versioning regex
Submitted by
anton-yurchenko
-
3 years ago
0
Hora formato am/pm hh:mm am/pm
PCRE (PHP <7.3)
Valida el formato de hora hh:mm am/pm
Submitted by
Felipe silva
-
3 years ago
0
Filter 4, 10 digits and email
Golang
Test
Submitted by
gert rohde
-
3 years ago
0
certificate
PCRE (PHP <7.3)
letters - numbers
Submitted by
anonymous
-
3 years ago
0
C-SUITE
PCRE (PHP <7.3)
Match the C-SUITE acronyms
Submitted by
TLDR; The OS
-
3 years ago
1
...
252
253
254
255
256
...
471
Community Library Entry
-2
Regular Expression
Rust
r"
(
(
[^
\n
:#
]
*
)
(?:
:
(
[^
\n
#
]
+
)
)?
)
(?:
#
(
[
0
-
9A
-
Za
-
z
]
+
)
(?:
\(
(
\d
+
\.
?
\d
*
)
\)
)?
)?
"
g
Open regex in editor
Description
The regex to match a single pro forma modification with all its intricacies.
Submitted by
Douwe Schulte
-
a year ago