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
more characters
Created
·
2020-04-12 18:38
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
English decimal degrees
Created
·
2020-04-14 21:00
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
get da_cookies
Created
·
2020-04-14 21:18
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
thousand separator
Created
·
2020-04-16 10:37
Flavor
·
ECMAScript (JavaScript)
ezres tagolás
Submitted by
anonymous
0
Matching Anything But a Newline
Created
·
2020-04-18 21:11
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Matching Anything But a Newline
Created
·
2020-04-18 21:40
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Retailer Regex
Created
·
2020-04-21 19:52
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
StringLiteral
Created
·
2020-04-25 17:47
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Email Validation
Created
·
2020-04-25 20:51
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
JSDB Connection String
Created
·
2020-04-27 22:53
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Choose column names from SQL string
Created
·
2020-04-29 08:51
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Email Regex
Created
·
2020-05-05 14:35
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Wii archive.org
Created
·
2020-05-03 21:55
Flavor
·
ECMAScript (JavaScript)
Extract information from anchor text
Submitted by
anonymous
0
Password
Created
·
2020-05-05 13:36
Flavor
·
ECMAScript (JavaScript)
min / maj / special / digit / minChar=6
Submitted by
anonymous
0
Subnet Validator
Created
·
2020-05-06 16:02
Flavor
·
ECMAScript (JavaScript)
Validates the subnet. Not the subnet mask. It is only for 2 or 3 octets
Submitted by
anonymous
0
SubnetMask Validator
Created
·
2020-05-06 16:03
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
IPV4 Validator
Created
·
2020-05-06 16:05
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
IPV6 Validator
Created
·
2020-05-06 16:07
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
0
Emoji
Created
·
2020-05-06 23:15
Flavor
·
ECMAScript (JavaScript)
Parse emojies C Sharp example https://rextester.com/VFNJZ68617
Submitted by
anonymous
0
Regular expression to validate sentences with characters used in spanish.
Created
·
2020-05-07 00:29
Flavor
·
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
Previous page
1
…
133
134
135
136
137
…
174
Next page
Community Library Entry
0
Regular Expression
Created
·
2020-05-07 00:29
Flavor
·
ECMAScript (JavaScript)
/
^
[
A
-
Za
-
z
\u00C1\u00C9\u00CD\u00D3\u00DA\u00DC\u00E1\u00E9\u00ED\u00F3\u00FA\u00FC\u00D1\u00F1
]
{1}
[
A
-
Za
-
z0
-
9
\u00C1\u00C9\u00CD\u00D3\u00DA\u00DC\u00E1\u00E9\u00ED\u00F3\u00FA\u00FC\u00D1\u00F1
\,\;\:\.
@
\#\$\%\&\*
\-
]
+
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous