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...
7
Split quotes and single words
Created
·
2013-12-29 18:41
Flavor
·
ECMAScript (JavaScript)
Find " and ' quoted strings and "orphaned"/single words in a string
Submitted by
LoveIsGrief
16
http url regex
Created
·
2015-06-21 19:49
Flavor
·
ECMAScript (JavaScript)
general purpose HTTP URL regex
Submitted by
Miguel Castillo @manchagnu
18
Email validation
Created
·
2014-09-16 13:45
Flavor
·
PCRE (Legacy)
no description available
Submitted by
tutsplus.com
16
Password
Created
·
2015-04-28 16:49
Flavor
·
ECMAScript (JavaScript)
Safe Password that allow only with a number, a lowercase, a uppercase, and a special character
Submitted by
davidlondono
16
Alphanumeric Regex
Created
·
2015-06-15 13:57
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Deepan
9
domain - host
Created
·
2015-09-29 17:50
Flavor
·
Python
no description available
Submitted by
anonymous
13
regex101.com id grabber
Created
·
2014-08-19 16:10
Flavor
·
PCRE (Legacy)
grabs the ID for the regex101.com permalink to code
Submitted by
chris mccoy
6
ID003 device info
Created
·
2014-03-12 09:38
Flavor
·
PCRE (Legacy)
no description available
Submitted by
sasjaq
6
Validate Birth Date (d/m/Y)
Created
·
2015-11-20 05:28
Flavor
·
PCRE (Legacy)
From 1970 to 2015 Replace: (\d{4})$ for (197-9]\d|20[0-1)$
Submitted by
Valdeir Santana
14
Phone Number
Created
·
2015-08-11 17:07
Flavor
·
ECMAScript (JavaScript)
Allows phone numbers with optional country code, optional special characters and whitespace
Submitted by
Tlmader
13
URL Validator
Created
·
2014-09-24 08:41
Flavor
·
PCRE (Legacy)
Validates - URLs with schemes - http, https and ftp Relative URL starting with / and ../
Submitted by
anonymous
8
Alphanumeric and Spaces
Created
·
2015-08-22 06:46
Updated
·
2023-07-20 10:55
Flavor
·
PCRE (Legacy)
Alow alphanumeric characters and spaces
Submitted by
JTN
11
Date(Including Leap Year) YYYY-MM-DD hh:mm:ss
Created
·
2014-03-14 16:49
Flavor
·
PCRE (Legacy)
Validates DateTime of format YYYY-MM-DD hh:mm:ss including Leap Year
Submitted by
Madhan
8
Date time Advanced
Created
·
2013-12-03 19:19
Flavor
·
PCRE (Legacy)
no description available
Submitted by
Mr.Neutro
7
PAN CARD validation
Created
·
2014-05-06 07:06
Flavor
·
PCRE (Legacy)
checks for valid PAN card for Indian users.
Submitted by
karan thakkar
6
Repair unquoted HTML attribute values
Created
·
2013-06-21 16:45
Flavor
·
PCRE (Legacy)
Usually MSWord HTML exports
Submitted by
Ka.
6
Password
Created
·
2013-12-06 14:02
Updated
·
2023-07-21 04:59
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
5
parsing CSV file
Created
·
2015-03-09 19:02
Flavor
·
PCRE (Legacy)
It correctly handles simple values, empty values, and quoted values with commas inside.
Submitted by
Viktor Lova aka nsinreal
5
Latitude,Longitude fetcher
Created
·
2015-08-07 08:25
Flavor
·
PCRE (Legacy)
Useful to work with GoogleMap API.
Submitted by
anonymous
5
Password strength
Created
·
2015-08-20 14:32
Flavor
·
ECMAScript (JavaScript)
Regular expression for password validation Rules: 8-120 chars no spaces must contain at least one a-z char must contain at least one A-Z char must contain at least one digit must contain at least one of the folowing chars: !@#$%^&*()-=¡£_+`~.,/?;:'\"|[]{}
Submitted by
@razvanz
Previous page
1
…
6
7
8
9
10
…
915
Next page
Community Library Entry
0
Regular Expression
Created
·
2023-05-06 13:19
Flavor
·
PCRE2 (PHP)
/
SEMANA
\s
*
\d
+
|
ganhou
\*
(
\d
+
)
pontos
\*
/
gm
Open regex in editor
Description
criado para fins de teste
Submitted by
anonymous