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
Parse JSON Date
PCRE (PHP <7.3)
Easiest Way to Use: $datetime = new DateTime(); $datetime->setTimestamp($timestamp); $datetime->modify($operator . $hours . ' seconds');
Submitted by
anonymous
-
7 years ago
0
PLTF-1537 Validating Numbers to regex
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Removal of Non Word Characters
ECMAScript (JavaScript)
An example of a regex to use when wanting to remove special characters from a string
Submitted by
anonymous
-
7 years ago
0
ISO 8601 date
Python
designed to work specifically with the parser of the python dateutil package
Submitted by
anonymous
-
7 years ago
0
Add _V01 to Workflow table names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Prepend Workflow table names with 'wfw.' if not already there
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
ISO 8601 date external
Python
http://www.pelagodesign.com/blog/2009/05/20/iso-8601-date-validation-that-doesnt-suck/
Submitted by
anonymous
-
7 years ago
0
swedbank
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Regex to find only numbers
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
nawiasy
Python
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Method Or Blanket
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Match simple mathemathics expressions
ECMAScript (JavaScript)
This regexp matches for example that: 10+10 10,0+9,9 10,0+9 10+9,9 allowed operations are: +,-,/,*...
Submitted by
Dominik
-
7 years ago
0
Find Next Number
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression - Invalid Characters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
Mathematics Expression
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
7 years ago
0
ก-ฮ
ECMAScript (JavaScript)
กขฃคฅฆงจฉชซฌญฎฏฐฑฒณดตถทธนบปผฝพภมยรลฤลว ศษสหฬอฮ ref: http://www.utf8-chartable.de/unicode-utf8-table.pl?start=3584&number=128&utf8=0x
Submitted by
leenawat
-
7 years ago
0
check name thai
ECMAScript (JavaScript)
check name thai
Submitted by
leenawat
-
7 years ago
0
.js matcher
ECMAScript (JavaScript)
matches js files like app.js or jquery.min.js
Submitted by
anonymous
-
7 years ago
0
Palavras duplicadas
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
7 years ago
0
Emoticons
Python
no description available
Submitted by
anonymous
-
7 years ago
1
...
584
585
586
587
588
...
900
Community Library Entry
0
Regular Expression
ECMAScript (JavaScript)
/
^
(
\d
+
)?
(
\.
\d
*
)?
[
k|m|b
]
?
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago