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,640 community submitted regex patterns...
0
匹配图片title src
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
校验密码必须包含字母、数字和特殊字符
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
特殊限制(环视否定)不以什么开头
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Extract from on-pageText
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex MATCHES: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex MATCHES: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex MATCHES: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex MATCHES: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex MATCHES: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
Match int and float numbers in polynomial
ECMAScript (JavaScript)
I created this regex to match all integers and floats in polynomials. This regex matches: 1) all integers 2) all floats ...
Submitted by
Giuseppe Tavella
-
8 years ago
0
US Phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
MyRPS Mobile Numbers
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
Regex for import statements
ECMAScript (JavaScript)
This regex matches the import statements written in Java. The key element is the pattern that matches .xxx.
Submitted by
yogitaap
-
8 years ago
0
emprisonnement
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
amende
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 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
-
8 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
-
8 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
-
8 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
-
8 years ago
0
First letter of each word in string
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
...
113
114
115
116
117
...
182
Community Library Entry
0
Regular Expression
Rust
r"
\b
(
0x
)?
\p{Hex_Digit}
+
\b
"
g
Open regex in editor
Description
Find hexadecimal numbers using Extended Unicode Support.
Submitted by
anonymous
-
2 years ago
(Last modified 2 years ago)