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
risk
Created
·
2020-05-27 02:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
checking the error code
Created
·
2020-05-27 07:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
test p4
Created
·
2020-05-27 09:46
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
skipping chacrecter range regex
Created
·
2020-05-27 10:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Suche nach mit mehreren Wörtern
Created
·
2020-05-27 12:43
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
forti backup timestamp
Created
·
2020-05-27 17:08
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
MathExpersion-PTA-Homework_11
Created
·
2020-05-28 07:02
Flavor
·
ECMAScript (JavaScript)
校验数学表达式:主要功能如下: 连续的运算符,例如--5 运算符为正数时,其符号+必须省略,例如+2+4定义为非法,而负数时为合法,例如-2+4 前面补零 程序要能处理表达式中间出现的空格(输入表达式中存在空格为合法情况) (后面是运算符 + / * 没数字! )前面是运算符 + - * / 没数字! -) (1 -6)-(-1+2) 010 0 开头的数字 4- -(9-1) 允许 (9-1)- 不允许 +9+1 不允许 -9+1 允许
Submitted by
anonymous
0
Cookie mask keywords
Created
·
2020-05-28 11:40
Flavor
·
Golang
no description available
Submitted by
anonymous
0
HTTP Protocol Pattern
Created
·
2020-05-28 21:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Duplicate Slash Pattern
Created
·
2020-05-28 21:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Eventide CAD OR Draft
Created
·
2020-05-29 05:37
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
index_re
Created
·
2020-05-29 05:55
Flavor
·
Python
no description available
Submitted by
anonymous
0
CONCAT code (RJ)
Created
·
2020-05-29 09:17
Flavor
·
PCRE (Legacy)
RJ provided CONCAT code
Submitted by
anonymous
0
lineup.re
Created
·
2020-05-29 10:14
Flavor
·
Python
no description available
Submitted by
anonymous
0
shell short regex
Created
·
2020-05-29 10:43
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Stroller PDP's: EMEA + US
Created
·
2020-05-29 13:22
Flavor
·
PCRE (Legacy)
https:\/\/www\.bugaboo\.com\/(es|de|gb|nl|us|fr|se|it|at|be|ie|fi|cz|dk|sk|pt|hr|hu|lu|si)-.{2}\/(strollers|carritos|kinderwagen|pushchairs|poussettes|passeggini|barnvagn).*\.html
Submitted by
anonymous
0
Stroller PDP's: EMEA + US
Created
·
2020-05-29 13:26
Flavor
·
PCRE (Legacy)
https:\/\/www\.bugaboo\.com\/(es|de|gb|nl|us|fr|se|it|at|be|ie|fi|cz|dk|sk|pt|hr|hu|lu|si)-.{2}\/(strollers|carritos|kinderwagen|pushchairs|poussettes|passeggini|barnvagn).*\.html
Submitted by
anonymous
0
Stroller PDP's : France, Sweden, Italy, Austria, Belgium, Ireland, Finland, Czechia, Denmark, Slovakia, Portugal, Croatia, Hungary, Luxemboorug, Slove
Created
·
2020-05-29 13:44
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
hours - 12 hours format
Created
·
2020-05-29 13:58
Flavor
·
Python
no description available
Submitted by
anonymous
0
index_capital letter line up
Created
·
2020-05-29 14:48
Flavor
·
Python
no description available
Submitted by
anonymous
Previous page
1
…
697
698
699
700
701
…
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