Please enable JavaScript to use regex101
Regular
Expressions
101
Support Regex101
Social
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)
ECMAScript (JavaScript)
Python
Golang
Java
.NET 7.0 (C#)
Rust
PCRE (Legacy)
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,300 community submitted regex patterns...
0
Парсинг математических уравнений
Created
·
2020-05-22 19:15
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Negative regexp
Created
·
2020-05-23 01:53
Flavor
·
Python
no description available
Submitted by
anonymous
0
find html attribute
Created
·
2020-05-23 15:44
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
ClearQuest Audit Regex
Created
·
2020-05-24 10:18
Flavor
·
Python
File format for ClearQuest's Audit logs.
Submitted by
anonymous
0
S02_Theo_ESA2_3a_Alex1
Created
·
2020-05-24 13:56
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
security
Created
·
2020-05-24 14:36
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
S02_Theo_ESA2_3a_Ferdi_korrekt
Created
·
2020-05-24 15:05
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Twitch Link Filter
Created
·
2020-05-25 00:29
Flavor
·
Python
Filter unauthorized twitch channel links. Its possible to add more allowed channels: (?!minokawa95|minokawa96)
Submitted by
anonymous
0
Java-Paket matchen
Created
·
2020-05-25 10:42
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Java-Paket matchen
Created
·
2020-05-25 10:44
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match Java package in maven dependency path
Created
·
2020-05-25 10:47
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Identify font-size: 14.5 px
Created
·
2020-05-25 17:39
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Check if inserted at least 3 words
Created
·
2020-05-25 20:37
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
VlrDNUtilCred
Created
·
2020-05-25 21:10
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
VlrDApceiCred
Created
·
2020-05-25 21:11
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
bhno_02
Created
·
2020-05-26 06:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
getActiveObjectProp ( employee.physician , PostalCode )
Created
·
2020-05-26 12:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
regex 1
Created
·
2020-05-26 15:42
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
GQL Parser
Created
·
2020-05-26 21:18
Flavor
·
Python
no description available
Submitted by
anonymous
0
Key Value
Created
·
2020-05-26 22:57
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
696
697
698
699
700
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-05-26 15:42
Flavor
·
PCRE (Legacy)
/
(?<V_NAME>
.
{73}
)(?<V_FLAG>
[
TN
]
)(?<V_ID>
[
\d\s
]
{4}
)(?<V_CITY>
.
{12}
)(?<V_ADDR>
.
{39}
)(?<V_POSTAL_CODE>
.
{6}
)(?<V_PHONE_NO>
.
{16}
)(?<V_EMAIL>
.
{31}
)
.
*
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous