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
Highest Score
Lowest Score
Most upvotes
Most downvotes
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 5,920 community submitted regex patterns...
5
psswd
Python
no description available
Submitted by
anonymous
-
8 years ago
1
dot detector in floating point number
ECMAScript (JavaScript)
This regex will detect . any number of times between numbers
Submitted by
noby nirmal
-
8 years ago
1
xfd log - multi-pass non-optimized start->end times
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Phone number matcher
ECMAScript (JavaScript)
Country code 1
Submitted by
anonymous
-
8 years ago
0
Match special characters excl. unicode accented, _, -, and whitespace
ECMAScript (JavaScript)
Covers Latin-1 Supplement Latin Extended-A Latin Extended-B Greek and Coptic
Submitted by
anonymous
-
8 years ago
1
check trailing slash domain
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
correlation challenge
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Inside single quotes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Website url maxLength 50
ECMAScript (JavaScript)
no description available
Submitted by
Josiah
-
8 years ago
1
regular expression to match word starting with space
Python
no description available
Submitted by
anonymous
-
8 years ago
1
MySQL
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Notice and deprecated php error message
ECMAScript (JavaScript)
get the notice or deprecated from php on your content
Submitted by
Guss
-
8 years ago
1
ip address
Python
no description available
Submitted by
anonymous
-
8 years ago
1
Test
ECMAScript (JavaScript)
no description available
Submitted by
test1
-
8 years ago
1
last URL argument
ECMAScript (JavaScript)
A way to match the last URL argument that allows arguments to contain any characters except '#' and '/'. Assumes that URL argument separator is '/' and that the list starts with '#'. Clearly, not universal!
Submitted by
A. Roberts
-
8 years ago
1
Selectors.io Attribute Selector Implementation
ECMAScript (JavaScript)
no description available
Submitted by
James Donnelly, Selectors.io
-
8 years ago
1
email validation
ECMAScript (JavaScript)
email validation
Submitted by
Guti
-
8 years ago
1
US Telephone Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Time -12 hours format with AM and PM
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
System names
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
...
234
235
236
237
238
...
296
Lua Symbol Recognizer
1
Regular Expression
ECMAScript (JavaScript)
/
(
\|
)
|
(
<<
)
|
(
>>
)
|
(
\/\/
)
|
(
==
)
|
(
~=
)
|
(
<=
)
|
(
>=
)
|
(
<
)
|
(
>
)
|
(
=
)
|
(
\(
)
|
(
\)
)
|
(
\{
)
|
(
\}
)
|
(
\[
)
|
(
\]
)
|
(
::
)
|
(
:
)
|
(
;
)
|
(
,
)
|
(
\.\.\.
)
|
(
\.\.
)
|
(
\.
)
|
[
+
\-
*/%
\^
#&~
]
/
Open regex in editor
Description
Recognizes the set of all Lua symbols
Submitted by
Nicholas Barrett
-
9 years ago