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
Get date from string
PCRE2 (PHP >=7.3)
Get date from string
Submitted by
anonymous
-
3 years ago
0
Regex101 => C# Regex
PCRE2 (PHP >=7.3)
This expression simply converts the regular expression here into a string formated to be put into a programming language like Java or C#.
Submitted by
anonymous
-
3 years ago
0
Numeric
PCRE2 (PHP >=7.3)
test for numeric values with digit and thousand separators (, and ,) and also negative sign (-)
Submitted by
anonymous
-
3 years ago
0
Keep Number and .,
PCRE (PHP <7.3)
Keep Number and .,
Submitted by
HUUTAI
-
3 years ago
0
Network Interface matching with sub-interface support
Python
This regular expression will match on interface names and return grouped data including name, location, sub-interface.
Submitted by
Neis
-
3 years ago
0
phone nomber simple validation
ECMAScript (JavaScript)
format 12345678 123456789 1234567890
Submitted by
anonymous
-
3 years ago
0
任意字符串
PCRE2 (PHP >=7.3)
(.*)
Submitted by
kobunketsu
-
3 years ago
0
N-Word Regex
Python
N-Word Regex Status Not finished, highly broken
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Well Defined Branch Names
Python
Checks for well defined branch names
Submitted by
anonymous
-
3 years ago
0
adi1
Java 8
https://internetinthecar-e2e\.((sfr|a1|swisscom|proximus|elisa|tango|telenor-no|telenor-se|yousee|plus|telia|bite-lv|bite-lt|a1-)\.)?iot\.vodafone\.com/sso/authorize/callback|https://internetinthecar-e2e-new\.iot\.vodafone\.com/sso/authorize/callback
Submitted by
anonymous
-
3 years ago
0
Change computed vue props to getters
PCRE2 (PHP >=7.3)
Change computed vue props to getters
Submitted by
anonymous
-
3 years ago
0
match instance exclude quotes
PCRE2 (PHP >=7.3)
匹配除引号外的特殊字符 example: "数据A+数据B"+数据C-数据D+"数据C-数据E" `
Submitted by
anonymous
-
3 years ago
0
Address
Golang
Address check
Submitted by
anonymous
-
3 years ago
0
Les_crises
PCRE2 (PHP >=7.3)
Articles revue "Les crises". Clean comments
Submitted by
anonymous
-
3 years ago
0
Detect [YOTI] in string.xml
Java 8
we can use this regex?
Submitted by
anonymous
-
3 years ago
0
匹配区号码、手机 号码【简版】phoe|mobile
PCRE2 (PHP >=7.3)
匹配区号码、手机号码【简版】
Submitted by
1.0
-
3 years ago
0
zero trailing
PCRE (PHP <7.3)
it match when zero is second characters of the string and so on
Submitted by
Azhi
-
3 years ago
0
t1
PCRE (PHP <7.3)
t1
Submitted by
anonymous
-
3 years ago
0
not_next_text
PCRE (PHP <7.3)
not_text
Submitted by
anonymous
-
3 years ago
0
Remove html symbols
Python
Select every string starting with & , ending with ; and everything in between
Submitted by
Smit Patel
-
3 years ago
1
...
454
455
456
457
458
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
(?<country>
.
*
?
)
\s
(?<a2>
\w\w
)
\s
(?<a3>
\w\w\w
)
\s\d
+
\s
ISO
\s
3166-2:
(?<iso>
\w\w
)
\t
(
Yes
|
No
)
/
g
Open regex in editor
Description
https://en.wikipedia.org/wiki/ISO_3166-1#Current_codes
Submitted by
Kahval
-
7 years ago