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,760 community submitted regex patterns...
0
amende
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
css font family
ECMAScript (JavaScript)
http://stackoverflow.com/questions/7885096/how-do-i-decode-a-string-with-escaped-unicode http://stackoverflow.com/questions/14449245/decode-unicode-to-character-in-javascript
Submitted by
anonymous
-
7 years ago
0
Split sentences in a text
ECMAScript (JavaScript)
Split sentences in a text. Can be used to build text manager apps.
Submitted by
Danilo Celestino de Castro
-
7 years ago
0
HTML tags and comments split
ECMAScript (JavaScript)
This regex is used to split HTML tags and comments.
Submitted by
Danilo Celestino de Castro
-
7 years ago
0
Feet and inches and with fraction
ECMAScript (JavaScript)
Matches feet and inch numbers with and without fractions but using the american traditional feet symbol ' (single quote) and inch symbol " (double quote). Number must be on a single line by itself. Multi-line is on for testing only and should be turned off. Proceeding and following spaces are not...
Submitted by
Jeff Stuyvesant
-
7 years ago
0
First letter of each word in string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
find base32 and id
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
beginsWithOperator
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Find any Characters
ECMAScript (JavaScript)
Finds all characters and numbers in a string.
Submitted by
anonymous
-
8 years ago
0
Find 4 numbers/digits
ECMAScript (JavaScript)
Will find 4 digits. IE: 1234 (not 123).
Submitted by
anonymous
-
8 years ago
0
#hashtag
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Corequery event template click keyup etc
ECMAScript (JavaScript)
pathfromdata.event(arg1,arg2)
Submitted by
anonymous
-
8 years ago
0
Corequery event template click keyup etc
ECMAScript (JavaScript)
pathfromdata.event(arg1,arg2)
Submitted by
anonymous
-
8 years ago
0
Javascript Comments
ECMAScript (JavaScript)
This covers both // styled comments as well as comments between /* and */. Supports multiline as well. Enjoy
Submitted by
William Ramsey
-
8 years ago
0
Hex String
ECMAScript (JavaScript)
no description available
Submitted by
Tiago de Pádia
-
8 years ago
0
My lib
ECMAScript (JavaScript)
no description available
Submitted by
Marc
-
8 years ago
0
International Phones Validation
ECMAScript (JavaScript)
I don't know how many times I found some regex online that just didn't work. Finally decided to write my own that actually works for some of our customers around the world.
Submitted by
Alexei Yagolnikov
-
8 years ago
0
User input check for xss
ECMAScript (JavaScript)
Checks for strings that could possibly be a tag with malicious content
Submitted by
C.W. Joosse
-
8 years ago
0
Number range
ECMAScript (JavaScript)
Match a number range
Submitted by
anonymous
-
8 years ago
0
match bootstrap's column classes
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
...
120
121
122
123
124
...
188
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)