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...
1
ddd
Created
·
2016-01-25 07:37
Flavor
·
Python
no description available
Submitted by
anonymous
0
end
Created
·
2016-01-25 08:28
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
simple IPv6 check
Created
·
2016-01-25 13:01
Flavor
·
ECMAScript (JavaScript)
This performs a non-rigorous validation of IPv6 addresses. Should be used before handing off the value to a better parser/validator.
Submitted by
anonymous
1
Forecast.io API's required ISO 8601 datetime
Created
·
2016-01-25 15:43
Flavor
·
PCRE (Legacy)
Should match one of the valid ISO 8601 datetime formats accepted by Forecast.io API: YYYY]-[MM]-[DD]T[HH]:[MM]:[SS] with an optional time zone formatted as Z for GMT time or {+,-}[HH]:[MM for an offset
Submitted by
Clifford Paulick
1
Button Online State Regex
Created
·
2016-01-25 16:52
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
1
Units RegExp
Created
·
2016-01-25 18:27
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Javier Matusevich
1
CSV: Escape double quotes (") in quoted cells (v1.0)
Created
·
2016-01-25 19:15
Flavor
·
Python
A stable and simple RegEx, which escapes double-quotes (") in a CSV file.
Submitted by
rugk
1
0-360phil
Created
·
2016-01-25 21:33
Flavor
·
PCRE (Legacy)
For phil
Submitted by
Serg Kronrod
1
Library, New Books
Created
·
2016-01-26 01:43
Flavor
·
ECMAScript (JavaScript)
Used on "http://adi.sunyconnect.suny.edu:4610/adi_new_book.html" to get the URL, Call Number, Title, and Author of all the new books listed.
Submitted by
Daniel Foote
1
Scriptures
Created
·
2016-01-26 12:03
Flavor
·
PCRE (Legacy)
Filters scriptureresults from songresults
Submitted by
Me
1
200 / 300 status code
Created
·
2016-01-26 14:24
Updated
·
2023-07-24 16:21
Flavor
·
PCRE (Legacy)
no description available
Submitted by
eric
1
Remove cid link entirely
Created
·
2016-01-26 15:35
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Coooly
1
username validation
Created
·
2016-01-26 15:41
Flavor
·
Python
no description available
Submitted by
anonymous
1
Eplus comment parsing
Created
·
2016-01-26 18:04
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
-3
Regex Include & Exclude
Created
·
2016-01-26 19:36
Flavor
·
PCRE (Legacy)
Exclude part of a string in an include string.
Submitted by
anonymous
1
OHSU Visit Search
Created
·
2016-01-26 22:59
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
constant.other.symbol.ruby
Created
·
2016-01-26 23:05
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
1
^([A-Z]{3})$
Created
·
2016-01-27 06:43
Flavor
·
ECMAScript (JavaScript)
^([A-Z]{3})$
Submitted by
anonymous
0
Delete unwanted Text
Created
·
2016-01-27 09:45
Flavor
·
PCRE (Legacy)
Matches every Character before the ": " characters
Submitted by
Patrick No
0
CSV remove trailing spaces
Created
·
2016-01-27 09:48
Flavor
·
Python
Remove trailing spaces from CSV files
Submitted by
destegabry
Previous page
1
…
175
176
177
178
179
…
915
Next page
Community Library Entry
1
Regular Expression
Created
·
2015-10-14 13:46
Flavor
·
PCRE (Legacy)
/
^
(
[
1
-
9
]
{1}
|
(
0
[
0
-
9
]
|
1
[
0
-
2
]
)
)
\/
(
[
1
-
9
]
{1}
|
0
[
1
-
9
]
|
1
\d
|
2
\d
|
3
[
01
]
)
\/
\d
{4}
$
/
Open regex in editor
Description
Date Regex for Javascript
Submitted by
petabyte