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...
1
Validate US numbers
ECMAScript (JavaScript)
Works for: 555-555-5555 (555)555-5555 (555) 555-5555 555 555 5555 5555555555...
Submitted by
Antsa R
-
8 years ago
1
bundel.js regex
PCRE (PHP <7.3)
cat txt | sed 's/client_secret="[]"/client_secret="HEREHERE"/
Submitted by
anonymous
-
8 years ago
1
mix of number, dot and characters in one line
PCRE (PHP <7.3)
This regex capture only one of string that is a combination of number, dot and characters. It can also not have any number or dot, but must have at least one character
Submitted by
Moein
-
8 years ago
1
ALI PArce
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
digit,space,dot,character,one line only
PCRE (PHP <7.3)
It matches any one line of string that does not have only digit, space and dot(\x2e). If it has any character beside the aformentioned ones there is a match.
Submitted by
Moein
-
8 years ago
1
Non-recursive
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Recursive
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
identifier
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Find spaces in a column aligned text file
PCRE (PHP <7.3)
no description available
Submitted by
ilich R.
-
8 years ago
1
RegEx for validating array of comma seperated email-ids
PCRE (PHP <7.3)
no description available
Submitted by
Harshit Gupta
-
8 years ago
1
Jade file, change input type and add class
ECMAScript (JavaScript)
It change type='date' to type='text' and add the class .datepicker before the opening '('
Submitted by
Eoifirst
-
8 years ago
1
NOTSPACE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
NOTSPACE
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
user strategy
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
camelCase to spaced words
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
EclipseSPECGRIDKeywordForJavaScript
ECMAScript (JavaScript)
Eclipse SPECGRID Keyword for Javascrip
Submitted by
Rashmin Dandekar
-
8 years ago
1
NPI
PCRE (PHP <7.3)
National Provider Id (either facility or person)
Submitted by
anonymous
-
8 years ago
1
Find goals on recipe pages
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
wsolast350
Python
no description available
Submitted by
anonymous
-
8 years ago
0
sent from my <phone>
Python
for catching phone generated message such as "sent from my"
Submitted by
anonymous
-
8 years ago
1
...
646
647
648
649
650
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(
-
?
0
+
[
1
-
9
]
+
,-
?
0
*
[
1
-
9
]
+
)
,
$
/
gm
Open regex in editor
Description
j
Submitted by
anonymous
-
5 years ago