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
match more than 2 spaces
Created
·
2020-06-04 11:22
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Add quotes around unquoted dates
Created
·
2020-06-04 14:43
Flavor
·
Python
Used this for a lab in my R class. We copied and pasted WHAS 500 data. The the data values in the raw data do not have quotes around them.
Submitted by
anonymous
0
Add comma to the end of a data line
Created
·
2020-06-04 14:58
Flavor
·
Python
no description available
Submitted by
anonymous
0
Regex delivery Giugno 2020
Created
·
2020-06-04 15:29
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Values Between Parentheses
Created
·
2020-06-04 17:48
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Find single/multiple escape quote string
Created
·
2020-06-04 17:50
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match Jobatator server URL
Created
·
2020-06-04 17:53
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
QRY results
Created
·
2020-06-05 00:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Manhattan Adidas
Created
·
2020-06-05 01:18
Flavor
·
PCRE (Legacy)
Linea de comandos Ctrl del WMS Manhattan en Adidas Chile F1 List Ctrl Keys Ctrl-S Task Selctn Ctrl-C Chg Equip Ctrl-Y = Change Screen Type Ctrl-Z = Default Screen Type Ctrl-T Chg Task Grp Ctrl-R Refresh Ctrl-P Chg Printer Ctrl-E Enter Task Ctrl-X Exit Ctrl-W Prev Ctrl-G Wh/Co/Div Ctrl-U Page Up Ctrl-D Page Down Ctrl-X Exit Ctrl-W Prev Ctrl-R Refresh F1 List Ctrl Keys
Submitted by
anonymous
0
get exigence rspace
Created
·
2020-06-05 06:32
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
ФИО базовое
Created
·
2020-06-05 11:46
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
delay, pre & post
Created
·
2020-06-06 10:07
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
if, ternary
Created
·
2020-06-06 18:58
Flavor
·
PCRE (Legacy)
Prints a statement if expression evaluates to true, otherwise prints an alternative expression
Submitted by
anonymous
0
AG Network: Add new contact
Created
·
2020-06-07 21:31
Flavor
·
Python
no description available
Submitted by
anonymous
0
http base url for host 'host'
Created
·
2020-06-08 01:28
Flavor
·
ECMAScript (JavaScript)
for ike testing phase 4
Submitted by
anonymous
0
face
Created
·
2020-06-08 05:28
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
特殊字元(包含中文字)
Created
·
2020-06-08 10:03
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
AlphaNumeric + Starts with specific text + no underscores
Created
·
2020-06-08 12:46
Flavor
·
ECMAScript (JavaScript)
Starts with a text prefix Alpha numeric Cant have underscores
Submitted by
anonymous
0
FMOD UE2 Aufgabe 3
Created
·
2020-06-08 15:33
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Email ID
Created
·
2020-06-08 17:43
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
700
701
702
703
704
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-06-05 06:32
Flavor
·
PCRE (Legacy)
/
(
[
A
-
Z
]
{1,9}
-
[
0
-
9
]
{2,4}
\s
:
?
)
|
(
[
0
-
9
]
{0,2}
_
.
*
-
[
0
-
9
]
{0,2}
_
)
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous