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
time stamp english
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Regex HTML
ECMAScript (JavaScript)
Trying to get in between ><
Submitted by
anonymous
-
8 years ago
1
JS terminal stuff
ECMAScript (JavaScript)
no description available
Submitted by
b3nsn0w
-
8 years ago
1
Convert an LDIF from DS A into LDIF in DS B in one Regex
PCRE (PHP <7.3)
If you need to convert an LDIF exported from one directory to an LDIF in another directory, replacing the DN and attr names from one to the other
Submitted by
anonymous
-
8 years ago
1
Regex for Instance name validation
ECMAScript (JavaScript)
no description available
Submitted by
Sanoj Antony
-
8 years ago
1
vowels
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
gotcha
ECMAScript (JavaScript)
Ci
Submitted by
anonymous
-
8 years ago
1
Separate words in sentence
PCRE (PHP <7.3)
Separate words in sentence
Submitted by
Elijah Mwangi
-
8 years ago
1
Select Specific text (Boulevard)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
justtesting<script>
PCRE (PHP <7.3)
justtesting
Submitted by
justtesting<script>
-
8 years ago
1
PHP (variable, function, class, constant) naming convension
PCRE (PHP <7.3)
PHP Basic coding standard
Submitted by
Najmuddeen Mohammed
-
8 years ago
1
WoW Screenshot
Python
If you need to rename it
Submitted by
anonymous
-
8 years ago
1
Delete duplicated chars
ECMAScript (JavaScript)
Deletes all duplicated chars in a string
Submitted by
Marcelo Fuentes
-
8 years ago
1
Full mw php
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
php-mw0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Todo.txt line pattern (Custom)
Python
I customized the todo.txt (see todotxt.com) normal formatting. Here is how mine works: Priority Due_Date Project#progressive_number Start_date^repeat_every Job Contexts Tags Here is an example: (A) 2016-05-24 +projectA#4 $2015-11-30^2M My todo job @context_foo @context_bar &WAIT &ANOTHER_TAG I wante...
Submitted by
Francesco Tosello
-
8 years ago
1
Checks for file ending
PCRE (PHP <7.3)
I.e. /folder/folder/filename.txt
Submitted by
RAussi
-
8 years ago
1
ruby
PCRE (PHP <7.3)
fdsafdsa
Submitted by
fdsafdsa
-
8 years ago
1
espre. ok
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
وب برتر
PCRE (PHP <7.3)
درج آگهی رایگان اینترنتی با وب برتر.
Submitted by
pdsign
-
8 years ago
1
...
223
224
225
226
227
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
[
\t
]
*
(
\+
|
\-
)?
[
\t
]
*
(
\d
*
\.
?
\d
+
(
E
[
\+
|
\-
|
\d
]
\d
*
)?
)
/
g
Open regex in editor
Description
no description available
Submitted by
anonymous
-
8 years ago