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
ObjectName with spaces allowed
Created
·
2021-01-08 12:36
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Replace shortcode with <a>
Created
·
2021-01-08 15:43
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
mylibrary
Created
·
2021-01-08 19:31
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Moneda con string (Mas estricta) V2
Created
·
2021-01-08 21:22
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
NumberOnlyDate_regex
Created
·
2021-01-14 11:53
Flavor
·
Python
YYYYMMDD YYYY-MM-DD YYYY.MM.DD YYYY/MM/DD YYYY-M-D YYYY.M.D YYYY/M/D If the sep[-./] is not given, "0" must appear before a single num. such as 20180203, 20190905. If the sep [-./] is given, the prefix 0 is optional.
Submitted by
anonymous
0
Match string literals and any other character outside string
Created
·
2021-01-14 14:43
Flavor
·
PCRE (Legacy)
This Regular expression is applicable to all string literals. If we want to match character outside those strings, then just need to add that character in rest of the groups.
Submitted by
anonymous
0
Catch Salesforce id duplication exception
Created
·
2021-01-14 16:32
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Regular expression to filter out decimal from 1.00 to 5.00 ( inclusive) Plus occurrence of 0
Created
·
2021-01-15 19:52
Flavor
·
PCRE (Legacy)
Regular expression to filter decimal from 1.00 to 5.00 ( inclusive) Plus occurrence of 0
Submitted by
anonymous
0
fghs
Created
·
2021-01-15 02:12
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
kjb .
Created
·
2021-01-15 02:13
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
nfvo-cli frame
Created
·
2021-01-15 03:32
Flavor
·
Python
no description available
Submitted by
anonymous
0
PM local link replacer
Created
·
2021-01-15 08:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Parse Sprint Name 1
Created
·
2021-01-15 12:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
Match either .jpg ot .png or .gif
Created
·
2021-01-16 22:00
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
super cool
Created
·
2021-01-16 22:50
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
LinuxDirectoryPathValidation
Created
·
2021-01-17 15:37
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
LinuxFilePathValidation
Created
·
2021-01-17 15:38
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
KV_base
Created
·
2021-01-17 17:01
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
KV_simple
Created
·
2021-01-17 17:04
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
0
KV_simple
Created
·
2021-01-17 17:05
Flavor
·
PCRE (Legacy)
no description available
Submitted by
anonymous
Previous page
1
…
744
745
746
747
748
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2021-01-18 15:24
Updated
·
2021-04-30 16:07
Flavor
·
ECMAScript (JavaScript)
/
^
(
\d
*
\.
){2,3}(
\d
*
)?(
-
(
(
(
RC
|
HF
)
\.
(
\d
*
)
)
|
(
SNAPSHOT
)
|
(
(
\d
){14}
-
[
a
-
f0
-
9
]
{8}
)
|
(
\w
){1,8}
)
)?
$
/
Open regex in editor
Description
no description available
Submitted by
anonymous