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
Comma separated numbers
Created
·
2020-11-09 02:33
Flavor
·
Python
no description available
Submitted by
anonymous
0
date time
Created
·
2020-11-09 03:28
Flavor
·
Python
1/Jul/2013 03:27:12ss
Submitted by
himel
0
integer number
Created
·
2020-11-09 12:32
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Combination of lookahead and lookbehind
Created
·
2020-11-09 10:25
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Split nested brackets
Created
·
2020-11-09 10:26
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Regex to Split string by comma but exclude comma in brackets parentheses
Created
·
2020-11-09 10:27
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
csv file - fixture 1
Created
·
2020-11-09 20:59
Flavor
·
PCRE (Legacy)
surround a column with comma in data with double quotes
Submitted by
anonymous
0
csv file - prepare to import 2
Created
·
2020-11-09 21:14
Flavor
·
Python
В первом столбце может не быть ни одной или быть несколько запятых в данных. Второй столбец -- 3 больших латинских буквы Нужно окружить 1й столбец csv-файла
Submitted by
anonymous
0
Date / Time format similar to Oracle
Created
·
2020-11-09 21:53
Flavor
·
PCRE (Legacy)
YYYY-MM-DD_hh24:mi:ss
Submitted by
anonymous
0
NewGen Strategies website - converting article to modal window
Created
·
2020-11-10 17:16
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
NewGen Strategies website - Team Page - converting image link to modal window
Created
·
2020-11-10 17:35
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Tag
Created
·
2020-11-11 01:26
Flavor
·
Python
no description available
Submitted by
anonymous
0
multiple of 3 in binary
Created
·
2020-11-11 08:35
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
test_username
Created
·
2020-11-11 15:08
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
numer ewid
Created
·
2020-11-11 17:16
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
ecfr_guid
Created
·
2020-11-11 19:12
Flavor
·
Python
no description available
Submitted by
anonymous
0
Match string not containing a string
Created
·
2020-11-11 23:26
Flavor
·
ECMAScript (JavaScript)
Match every string that does not contain "user/m"
Submitted by
anonymous
0
C Prototypes
Created
·
2020-11-12 08:43
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match any django block tag that is not a common one
Created
·
2020-11-17 12:17
Flavor
·
Python
no description available
Submitted by
anonymous
0
Match any django block tag that is not a common one
Created
·
2020-11-12 14:13
Flavor
·
ECMAScript (JavaScript)
\s*(?!(blocktrans|load|extends|trans|endblocktrans|if|endif|include|endblock|block)\b)
Submitted by
anonymous
Previous page
1
…
730
731
732
733
734
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-11-06 20:28
Flavor
·
PCRE (Legacy)
/
(
[
1
-
9
][
0
-
9
]
*
[
eE
][
1
-
9
][
0
-
9
]
*
|
(
(
[
1
-
9
][
0
-
9
]
*
\.
)
|
(
\.
[
0
-
9
]
+
)
)(
[
0
-
9
]
*
)?(
[
eE
][
\-\+
]
?
[
1
-
9
][
0
-
9
]
*
)?
)
/
mg
Open regex in editor
Description
no description available
Submitted by
anonymous