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 3,840 community submitted regex patterns...
0
Match Date From DateTime ISO 8601
Golang
Match Date From DateTime ISO 8601
Submitted by
kuyaninja
-
2 years ago
0
Color Codes
ECMAScript (JavaScript)
hi
Submitted by
12944qwerty
-
2 years ago
0
Inner field values extraction
Java 8
Inner field values extraction
Submitted by
anonymous
-
2 years ago
0
Key - Value extractor
Java 8
Key - Value extractor
Submitted by
anonymous
-
2 years ago
0
Amazon AWS Access Key ID (Legacy)
ECMAScript (JavaScript)
{ "Expressions": { "Amazon AWS Access Key ID (Legacy)": { "Expression": "AKIA[0-9A-Z]{16}", "Unit-Tests": [ {...
Submitted by
Jacob Sanders
-
2 years ago
1
Decimal number (Restricted)
ECMAScript (JavaScript)
Matches decimal numbers. Supports positive/negative sign and thousands separators.
Submitted by
XeNoX (D:T0M11#1774, G/XNX11, i@xenox_officiel, T@XeNoXoff)
-
2 years ago
1
Dozenal number (Restricted)
ECMAScript (JavaScript)
Matches dozenal numbers. Supports positive/negative sign and thousands separators.
Submitted by
XeNoX (D:T0M11#1774, G/XNX11, i@xenox_officiel, T@XeNoXoff)
-
2 years ago
0
整数+小数+科学计数法的匹配
ECMAScript (JavaScript)
整数+小数+科学计数法的匹配 匹配顺序是从左到右依次 科学计数法------小数/整数----简写型小数
Submitted by
sikara
-
2 years ago
1
Dozenal number
ECMAScript (JavaScript)
Matches any dozenal number. Supports positive/negative sign, thousands separators, and implicit zeros.
Submitted by
XeNoX (D:T0M11#1774, G/XNX11, i@xenox_officiel, T@XeNoXoff)
-
2 years ago
1
Unformatted Dozenal number
ECMAScript (JavaScript)
Matches any mathematically correct dozenal number which is not formatted.
Submitted by
XeNoX (D:T0M11#1774, G/XNX11, i@xenox_officiel, T@XeNoXoff)
-
2 years ago
0
4chan thread url match
ECMAScript (JavaScript)
Match any 4chan thread url as of 08/2022
Submitted by
anonymous
-
2 years ago
0
Decorators Regex
ECMAScript (JavaScript)
Expresion regular para obtener los metadas que pasaria un decorador según el estandar TC39
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
1
Unformatted Decimal number
ECMAScript (JavaScript)
Matches any mathematically correct decimal number which is not formatted.
Submitted by
XeNoX (D:T0M11#1774, G/XNX11, i@xenox_officiel, T@XeNoXoff)
-
2 years ago
1
Decimal number
ECMAScript (JavaScript)
Matches any decimal number. Supports positive/negative sign, thousands separators, and implicit zeros.
Submitted by
XeNoX (D:T0M11#1774, G/XNX11, i@xenox_officiel, T@XeNoXoff)
-
2 years ago
0
itemku regex youtube
ECMAScript (JavaScript)
sdfsdfsdf
Submitted by
anonymous
-
2 years ago
0
Email input validation
ECMAScript (JavaScript)
Regex to validate an email input with the following rules... Whole address: Up to 254 characters. Case insensitive. Username and domain separated by @ symbol....
Submitted by
chCharly
-
2 years ago
(Last modified 2 years ago)
0
111
ECMAScript (JavaScript)
111
Submitted by
Alex
-
2 years ago
0
Pascal Case - digits allowed - Upto 3 upper case letters
ECMAScript (JavaScript)
To be proper pascal case a word with digits allowed and with upto 3 upper case letters, a word: MUST start with an upper case alphabet (A through Z) MUST have no spaces, punctuation or special characters CAN have at most 3 uppercase alphabets in a row CAN end in an uppercase alphabet ...
Submitted by
anonymous
-
2 years ago
0
Pascal Case - no digits allowed - Upto 3 upper case letters
ECMAScript (JavaScript)
To be proper pascal case a word with no digits allowed and with upto 3 upper case letters, a word: MUST start with an upper case alphabet (A through Z) MUST have no digits (0 - 9) MUST have no spaces, punctuation or special characters CAN have at most 3 uppercase alphabets in a row CAN end in an upp...
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)
0
Pascal Case - digits allowed
ECMAScript (JavaScript)
To be proper pascal case a word with digits allowed and with upto 3 upper case letters, a word: MUST start with an upper case alphabet (A through Z) MUST have no digits (0 - 9) MUST have no spaces, punctuation or special characters CAN have at most 1 uppercase alphabet in a row CAN end in an upperca...
Submitted by
anonymous
-
2 years ago
1
...
24
25
26
27
28
...
192
Remove CDATA tags
0
Regular Expression
.NET 7.0 (C#)
@"
<!
\[
CDATA
\[
(
.
*
)
\]\]
>
"
Open regex in editor
Description
no description available
Submitted by
anonymous
-
7 years ago
(Last modified a year ago)