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 3,480 community submitted regex patterns...
0
Azeri full name js validation
Created
·
2015-11-18 06:48
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Noone
0
Delphi - FieldName GrepSearch Filter
Created
·
2015-11-18 15:21
Flavor
·
ECMAScript (JavaScript)
Filtro para utilização no GrepSearch do Delphi para encontrar Dataset.FieldName
Submitted by
Moisés Porto Rodrigues
0
CEP
Created
·
2015-11-19 16:03
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Validation for SEPA-XML-Text
Created
·
2015-11-21 19:57
Flavor
·
ECMAScript (JavaScript)
This RegEx checks if a text is valid for a SEPA-XML-File. It should be helpfull if you want to implement payment information to your site and don´t wont to get into trouble with char conversion that is done by your bank.
Submitted by
anonymous
0
test
Created
·
2015-11-29 03:22
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
url validation HTML5
Created
·
2015-12-04 10:42
Flavor
·
ECMAScript (JavaScript)
This is validation that is used in html5 for validate the url. http://www.faqs.org/rfcs/rfc3987.html
Submitted by
Alex Matos
0
Email
Created
·
2015-12-23 18:46
Flavor
·
ECMAScript (JavaScript)
validate email address
Submitted by
anonymous
0
Match 0-100
Created
·
2015-12-26 19:25
Flavor
·
ECMAScript (JavaScript)
http://stackoverflow.com/questions/34474298/regex-match-pattern-with-prefixed-string/34474387#34474325
Submitted by
anonymous
0
dd-mmm-yyyy dd/mmm/yyyy dd.mmm.yyyy
Created
·
2015-12-29 12:44
Flavor
·
ECMAScript (JavaScript)
it accept -, / and . operator date formate 29-Dec-2015
Submitted by
Abhijeet Joshi,
0
3-50 all
Created
·
2015-12-29 15:18
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Date formatting
Created
·
2016-01-05 04:15
Flavor
·
ECMAScript (JavaScript)
This catches a few formats for dates, including the year, and seperates as much as I think at the moment is possible to make it easy to manipulate the needed data points in the expression
Submitted by
Luis Perez
0
Minify css selectors
Created
·
2016-01-07 01:23
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
subdomain rewrite
Created
·
2016-01-07 17:31
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
mackenzie starr
0
Invoice Number
Created
·
2016-01-07 19:50
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Sebastian Proske
0
Split HTML string
Created
·
2016-01-09 04:21
Flavor
·
ECMAScript (JavaScript)
Extracts HTML tags, HTML entities, alphanumeric words, and the rest.
Submitted by
Azmizar
0
Website
Created
·
2016-01-22 05:32
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
number or range
Created
·
2016-01-27 12:56
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
URL query string regex
Created
·
2016-02-04 15:39
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
AC
0
Filename for download request, contaions persian charachters too
Created
·
2016-02-06 09:48
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
Saeed.Tabrizi@gmail.com
0
Javascript SQL String
Created
·
2016-02-08 22:43
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
Previous page
1
…
75
76
77
78
79
…
174
Next page
Community Library Entry
0
Regular Expression
Created
·
2015-11-18 06:48
Flavor
·
ECMAScript (JavaScript)
/
^
[
ABCÇDEƏFGHXİJKQLMNOÖPRSŞTUÜVYZ
]
{1}
[
abcçdeəfgğhxıijkqlmnoöprsştuüvyz
]
{2,23}
[
\s
][
ABCÇDEƏFGHXİJKQLMNOÖPRSŞTUÜVYZ
]
{1}
[
abcçdeəfgğhxıijkqlmnoöprsştuüvyz
]
{2,15}
[
\s
][
ABCÇDEƏFGHXİJKQLMNOÖPRSŞTUÜVYZ
]
{1}
[
abcçdeəfgğhxıijkqlmnoöprsştuüvyz
]
{2,15}
$
/
Open regex in editor
Description
no description available
Submitted by
Noone