Please enable JavaScript to use this web application.
Regular
Expressions
101
Social
Donate
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 >=7.3)
PCRE (PHP <7.3)
ECMAScript (JavaScript)
Python
Golang
Java 8
.NET 7.0 (C#)
Rust
Sponsors
There are currently no sponsors.
Become a sponsor today!
Community Patterns
Search among 18,040 community submitted regex patterns...
0
pdf extension whether query strings or no
PCRE2 (PHP >=7.3)
pdf extension whether query strings or no
Submitted by
andru255
-
3 years ago
0
Match all dots except last one
ECMAScript (JavaScript)
Match all dots except last one
Submitted by
sagarpanchal
-
3 years ago
0
Remove leading zeros (on the left) on ipv4 (ip v4)
ECMAScript (JavaScript)
Regex to remove leading (on the left) zeros on ipv4 (ip v4) Source: https://autohotkey.com/board/topic/15491-regex-to-strip-leading-zeroes-out-of-an-ip-address-octet/
Submitted by
YMP
-
3 years ago
0
Canadian Postal Code
ECMAScript (JavaScript)
The postal code is a six-character code defined and maintained by Canada Post Corporation (CPC) for the purpose of sorting and delivering mail. The characters are arranged in the form ‘ANA NAN’, where ‘A’ represents an alphabetic character and ‘N’ represents a numeric character (e.g., K1A 0T6). The ...
Submitted by
Jonathan Lafleur
-
3 years ago
0
Remove HTML tags from HTML string
ECMAScript (JavaScript)
Remove HTML tags from HTML string
Submitted by
hiroimono
-
3 years ago
0
regex shopify kca sku
PCRE2 (PHP >=7.3)
regex shopify kca sku
Submitted by
anonymous
-
3 years ago
0
Laravel inner/outer localization
PCRE2 (PHP >=7.3)
Laravel inner/outer localization
Submitted by
John Karlo Cachero
-
3 years ago
0
HTTP Origin
PCRE2 (PHP >=7.3)
May be used to validate HTTP Origin
Submitted by
cicnavi
-
3 years ago
1
international country code matcher
PCRE2 (PHP >=7.3)
to match international country code of the phone number
Submitted by
anonymous
-
3 years ago
1
BIC Codes
PCRE2 (PHP >=7.3)
BIC (Bank Identifier Code) #fin #bank #swift #iban #bic
Submitted by
anonymous
-
3 years ago
0
Phone Number
PCRE2 (PHP >=7.3)
Phone number
Submitted by
me
-
3 years ago
0
특수문자 제거
PCRE2 (PHP >=7.3)
특수문자 제거
Submitted by
anonymous
-
3 years ago
1
Div shortcode [div]..[/div]
ECMAScript (JavaScript)
Converts the markdown shortcode for the dive element to the regular HTML: Example shortcode: [div id="bla" class="ups"]some multiple line text[/div]
Submitted by
Dux Linux
-
3 years ago
0
download file
ECMAScript (JavaScript)
get the name of download file
Submitted by
stefango
-
3 years ago
0
是否包含内容
PCRE2 (PHP >=7.3)
aa
Submitted by
Blake one
-
3 years ago
0
Russian months
PCRE2 (PHP >=7.3)
Русские месяца
Submitted by
piterden
-
3 years ago
0
POI Google KML -> csv map plot
PCRE2 (PHP >=7.3)
POI Google KML -> csv map plot
Submitted by
anonymous
-
3 years ago
0
Select starting point but ignoring the line thats truly empty
PCRE2 (PHP >=7.3)
Truly empty lines will be ignored and the selector would be in the starting point
Submitted by
anonymous
-
3 years ago
0
Strong password regex
PCRE2 (PHP >=7.3)
The string must contain at least 1 lowercase alphabetical character. The string must contain at least 1 uppercase alphabetical character. The string must contain at least 1 numeric character. The string must contain at least one special character, but we are escaping reserved RegEx characters to av...
Submitted by
amine
-
3 years ago
0
Robot 1
PCRE2 (PHP >=7.3)
Ex
Submitted by
anonymous
-
3 years ago
1
...
198
199
200
201
202
...
902
Community Library Entry
0
Regular Expression
PCRE2 (PHP >=7.3)
/
(
\d
{4}
\/
\d
{2}
\/
\d
{2}
\d
{2}
:
\d
{2}
:
\d
{2}
)
(
[
\s\S
]
)
(
Crafting
plot
)
(
[
0
-
9
]
{1,}
)
(
out
of
)
|
(
Total
plot
creation
time
was
)
(
[
0
-
9
]
{1,}
\.
[
0
-
9
]
{1,}
)
(
sec
)+
/
gm
Open regex in editor
Description
Madmx plots
Submitted by
anonymous
-
3 years ago