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 18,000 community submitted regex patterns...
0
acao
PCRE (PHP <7.3)
texto de visao
Submitted by
anonymous
-
4 years ago
0
number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
US state
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
number(,) pattern
Python
still in progress
Submitted by
anonymous
-
4 years ago
0
Ignore Text in Quotes
Python
It will only pick thet matching text outside the quotes i.e ', "
Submitted by
anonymous
-
4 years ago
0
Dice roll notation
ECMAScript (JavaScript)
Map operator, constants, number of dice, number of faces, exploding/imploding and selective dice notations
Submitted by
anonymous
-
4 years ago
0
normalize-space
Python
Remove extra space in between text, but not in quoted text
Submitted by
anonymous
-
4 years ago
0
Input Validation - Stack Overflow
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
bevprog path matching
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
4 years ago
0
Phone regex for => (789) 456-1230
PCRE (PHP <7.3)
(789) 456-1230
Submitted by
anonymous
-
4 years ago
0
Postal Code FR
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Code Conventionen ro
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Long url extractor
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Platform.sh Web Location RegEx Example #1
PCRE (PHP <7.3)
See Unit Tests
Submitted by
anonymous
-
4 years ago
0
驗證資料夾路徑格試
ECMAScript (JavaScript)
驗證資料夾路徑
Submitted by
anonymous
-
4 years ago
0
VP spoofed
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
Grab date (used with grab time for consistent results)
Python
no description available
Submitted by
anonymous
-
4 years ago
0
Time grabber
Python
Grab time from datetime
Submitted by
anonymous
-
4 years ago
0
act_mall导入
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
0
mask pin in JSON/XML
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
4 years ago
1
...
286
287
288
289
290
...
900
Community Library Entry
2
Regular Expression
Python
r"
(?=
(
(?<!
\.
\s
|
^
)
(?:
[
A
-
Z
]
[
a
-
z
]
+
)
)
)
"
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
11 years ago