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
Most upvotes
Most downvotes
Highest Score
Lowest Score
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,460 community submitted regex patterns...
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)
-
3 years ago
0
4chan thread url match
ECMAScript (JavaScript)
Match any 4chan thread url as of 08/2022
Submitted by
anonymous
-
3 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
-
3 years ago
(Last modified 3 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)
-
3 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)
-
3 years ago
0
itemku regex youtube
ECMAScript (JavaScript)
sdfsdfsdf
Submitted by
anonymous
-
3 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
-
3 years ago
(Last modified 3 years ago)
0
111
ECMAScript (JavaScript)
111
Submitted by
Alex
-
3 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
-
3 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
-
3 years ago
(Last modified 3 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
-
3 years ago
0
Pascal Case - no digits allowed
ECMAScript (JavaScript)
To be proper pascal case with no digits allowed, 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 uppercase alphabet...
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Match any number greater than 14 using regexp
ECMAScript (JavaScript)
Any number greater than 14 means: Any number with 3 or more digits with possible leading 0's Any number with 2 digits where the first digit in in the character class [2-9] Any number with 2 digits where the first digit is 1 and the second digit in in the character class [5-9] Inspired by:...
Submitted by
anonymous
-
3 years ago
-2
Match whitespace and colon, except in specific words
ECMAScript (JavaScript)
For string splitting / deconstructing
Submitted by
anonymous
-
3 years ago
0
multicast
ECMAScript (JavaScript)
.
Submitted by
anonymous
-
3 years ago
1
Japanese Characters matching
ECMAScript (JavaScript)
Regex for Matching Jap Romaji Chars. I am in the middle of making an interface for Anki that works life wanikani. This way I can practice my own cards instead of a set syllabus. For that I need to make a Japanese Kana input, so I went with the good old regex to match all the romaji groups which ca...
Submitted by
Aashay Thakur
-
3 years ago
(Last modified 3 years ago)
1
Find Matching Parenthesis, Brackets, and Curly Brackets
ECMAScript (JavaScript)
Given a string, find matching parenthesis, brackets, and/or curly brackets.
Submitted by
Matthew Hiebing
-
3 years ago
0
Extract all images URLs that are local (domain omitted) from a web page
ECMAScript (JavaScript)
Extract all images URLs that are local (domain omitted) from a web page
Submitted by
anonymous
-
3 years ago
0
Extract ALL images URLs from web page (unless domain is omitted because is local)
ECMAScript (JavaScript)
Extract ALL images URLs from web page (unless domain is omitted because is local)
Submitted by
anonymous
-
3 years ago
0
B1 - Invert First_name and Last_name in a citation author list
ECMAScript (JavaScript)
Convert a citation author list from Pierre Racine and Luc Lauzon and Daniel Lesieur to ...
Submitted by
anonymous
-
3 years ago
1
...
20
21
22
23
24
...
173