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
espre. ok
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
ruby
PCRE (PHP <7.3)
fdsafdsa
Submitted by
fdsafdsa
-
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
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
php-mw0
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
Full mw php
PCRE (PHP <7.3)
no description available
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
WoW Screenshot
Python
If you need to rename it
Submitted by
anonymous
-
8 years ago
2
php naming convension (classes, vars, functions, constants)
PCRE (PHP <7.3)
PHP Basic coding standard Naming Convension pattern: /^\pL_*$/
Submitted by
Najmuddeen Mohammed
-
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
justtesting<script>
PCRE (PHP <7.3)
justtesting
Submitted by
justtesting<script>
-
8 years ago
0
justtesting
PCRE (PHP <7.3)
justtesting
Submitted by
justtesting
-
8 years ago
0
justtesting
PCRE (PHP <7.3)
justtesting
Submitted by
justtesting
-
8 years ago
0
a
PCRE (PHP <7.3)
a
Submitted by
a
-
8 years ago
0
filename with extension
PCRE (PHP <7.3)
ex : udinkomarudin.png
Submitted by
4B1D F4DL14N N
-
8 years ago
0
Filename & extension
PCRE (PHP <7.3)
no description available
Submitted by
4B1D F4DL14N N
-
8 years ago
0
filename and extension
PCRE (PHP <7.3)
no description available
Submitted by
4B1D F4DL14N N
-
8 years ago
1
Select Specific text (Boulevard)
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
5
get specific value from html tag
PCRE (PHP <7.3)
no description available
Submitted by
A.ROA
-
8 years ago
1
Separate words in sentence
PCRE (PHP <7.3)
Separate words in sentence
Submitted by
Elijah Mwangi
-
8 years ago
1
...
633
634
635
636
637
...
900
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
^
(?!
$
)
(?:
<from>"
(
[
\d
\-
.
]
*
)
"
)?
(?:
<to>"
(
[
\d
\-
.
]
*
)
"
)?
$
/
gm
Open regex in editor
Description
no description available
Submitted by
anonymous
-
9 years ago