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
split_Path
Created
·
2021-01-27 20:09
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
split_amazon_URI
Created
·
2021-01-27 20:10
Updated
·
2021-12-01 01:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Date Range
Created
·
2021-01-27 21:09
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Viemo regex
Created
·
2021-01-27 21:12
Flavor
·
Python
no description available
Submitted by
anonymous
0
QDP - NoBcAl
Created
·
2021-01-27 21:57
Flavor
·
PCRE2 (PHP)
no description available
Submitted by
anonymous
0
WORD WRAP lines over 80 characters long
Created
·
2021-01-27 23:12
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Add space after comma if it has letters on each side.
Created
·
2021-01-28 00:49
Flavor
·
PCRE (Legacy)
This is used in the SQL_Pretty_Formatter after the commas inside quotes, parenthesis, and brackets have been temporarily replaced with |.
Submitted by
Ben
0
Find all commas that are not in parenthesis. Used in SQL_Pretty_Format()
Created
·
2021-01-28 00:50
Flavor
·
ECMAScript (JavaScript)
Find all commas that are not in parenthesis or square brackets.
Submitted by
Ben
0
Negative lookahead with example
Created
·
2021-01-28 08:22
Flavor
·
PCRE (Legacy)
This text won\'t match because it does contain ab in it! This text won\'t match because it does contain cd in it! This text matches because it doesn\'t contain them in itghdfgdfg!
Submitted by
jarea
0
LOS Number
Created
·
2021-01-28 23:12
Flavor
·
Python
no description available
Submitted by
anonymous
0
vin
Created
·
2021-01-29 09:30
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Find next line if currentline match pattern
Created
·
2021-01-29 11:38
Flavor
·
PCRE (Legacy)
useful to find when values are repeating in input
Submitted by
anonymous
0
True Client IP
Created
·
2021-01-29 11:47
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
nums in filenames
Created
·
2021-01-30 04:39
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
reg
Created
·
2021-01-30 07:12
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Floting numbers
Created
·
2021-01-30 12:38
Flavor
·
PCRE (Legacy)
floating numbers between 0-100 excluding 00
Submitted by
Rohit
0
Match URI with grouped URL syntaxes
Created
·
2021-02-01 04:30
Flavor
·
ECMAScript (JavaScript)
Validate (although, not recommended) URI scheme, and separate the URI syntax with multiple groups.
Submitted by
outrowed
0
convert absolute obsidian-links to absolute epsilon-links in Android filesystem
Created
·
2021-02-01 10:42
Updated
·
2021-02-01 11:06
Flavor
·
PCRE2 (PHP)
no description available
Submitted by
Benny Platte
0
convert non-absolute obsidian-links to relative epsilon-links in Android filesystem and mark them
Created
·
2021-02-01 10:49
Flavor
·
PCRE2 (PHP)
no description available
Submitted by
Benny Platte
0
calibre_metaplug_regex
Created
·
2021-02-01 17:59
Flavor
·
Python
no description available
Submitted by
anonymous
Previous page
1
…
747
748
749
750
751
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-02-05 03:38
Flavor
·
ECMAScript (JavaScript)
/
(
(
20
)?
[
012
][
0
-
9
][
,.,。、
\/\-
-—年
]
)?(
0
?
[
0
-
9
]
|
1
[
012
]
)
[
,.,。、
\/\-
-—月
]
(
(
[
012
]
?
[
0
-
9
]
|
3
[
01
]
)
[
,.,。、
\/\-
-—号日
]
(
\s
*
[
0
-
5
]
?
[
0
-
9
]
分
(
[
::
]
?
[
0
-
5
]
?
[
0
-
9
]
秒
)?
)?
)?
/
gm
Open regex in editor
Description
可用于b站弹幕屏蔽
Submitted by
anonymous