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 2,860 community submitted regex patterns...
0
Valid Dates
PCRE2 (PHP >=7.3)
e
Submitted by
anonymous
-
4 years ago
0
Ansible group that are not part of childre
PCRE2 (PHP >=7.3)
csc
Submitted by
anonymous
-
4 years ago
0
SKRAI
PCRE2 (PHP >=7.3)
haowei.ch
Submitted by
haowei.ch
-
4 years ago
0
convert currency
PCRE2 (PHP >=7.3)
remove currency symbol, remove commas
Submitted by
RWCorbett
-
4 years ago
0
Open ach
PCRE2 (PHP >=7.3)
8k realese
Submitted by
Cache
-
4 years ago
0
regex CEP
PCRE2 (PHP >=7.3)
/[0-9]{2}(\.|\s)?[0-9]{3}(\.|\s)?[0-9]{2}\n/gm
Submitted by
anonymous
-
4 years ago
0
Were Wolf Emoji
PCRE2 (PHP >=7.3)
Were Wolf Bet Emj
Submitted by
anonymous
-
4 years ago
0
.ass
PCRE2 (PHP >=7.3)
.ass
Submitted by
anonymous
-
4 years ago
0
.mks
PCRE2 (PHP >=7.3)
.mks
Submitted by
anonymous
-
4 years ago
0
URL parser
PCRE2 (PHP >=7.3)
For parsing URLs
Submitted by
krashr-ds
-
4 years ago
0
First and Last name with unicode
PCRE2 (PHP >=7.3)
regex with unicode
Submitted by
anonymous
-
4 years ago
0
灾难性回溯
PCRE2 (PHP >=7.3)
可以考虑正前瞻来解决 ^(?=([0-9]+))\1*$
Submitted by
anonymous
-
4 years ago
0
주계약금액
PCRE2 (PHP >=7.3)
주계약금액
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
이체일
PCRE2 (PHP >=7.3)
이체일
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Retirer les numéros de réponses
PCRE2 (PHP >=7.3)
Submitted by
anonymous
-
4 years ago
0
Anchor tag text and herf attribute value
PCRE2 (PHP >=7.3)
A RegEx for find out the match of the text in between a tag and href attribute value.
Submitted by
Mosrur
-
4 years ago
0
펫보험 품종
PCRE2 (PHP >=7.3)
펫보험 품종
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Class Linking
PCRE2 (PHP >=7.3)
Linking classes
Submitted by
anonymous
-
4 years ago
0
계약자명
PCRE2 (PHP >=7.3)
계약자명
Submitted by
anonymous
-
4 years ago
(Last modified 3 years ago)
0
계약자주민번호
PCRE2 (PHP >=7.3)
계약자주민번호
Submitted by
anonymous
-
4 years ago
1
...
61
62
63
64
65
...
143
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(?<!
_
)
_
(?!
_
)
/
gm
Open regex in editor
Description
match an group in re.sub pattern but no replace it !
Submitted by
anonymous
-
2 years ago