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
Look first character that are special chracters
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
0
phone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
A complete recognition of HTML elements pattern.
ECMAScript (JavaScript)
no description available
Submitted by
Rafael Laurindo
-
8 years ago
0
For VM - Match on grub if elevator=noop is present or not
Python
name: OPITMIZ | GRUB | Set DISK Scheduler a elevator=noop lineinfile: dest: /etc/default/grub regexp: '^(GRUB_CMDLINE_LINUX_DEFAULT=(?!.elevator=noop).)\"' line: '\1 elevator=noop"' backrefs: yes...
Submitted by
Pintax
-
8 years ago
0
sort3
Python
no description available
Submitted by
anonymous
-
8 years ago
0
sort 2
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
sort
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
us telephone
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Find Youtube ID from link, url or Youtube embed code
PCRE (PHP <7.3)
Find Youtube ID from link, url or Youtube embed code
Submitted by
onigetoc
-
8 years ago
0
Check a date in an invoice
Python
no description available
Submitted by
anonymous
-
8 years ago
0
()
Python
no description available
Submitted by
anonymous
-
8 years ago
0
Extract database name of an PostgreSQL JDBC connection url
PCRE (PHP <7.3)
Extracts the database name of an PostgreSQL JDBC connection url
Submitted by
anonymous
-
8 years ago
0
Twitter hashtags
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
8 years ago
1
Siebel Id
Golang
no description available
Submitted by
anonymous
-
8 years ago
0
IPv4 search
PCRE (PHP <7.3)
basic ip search
Submitted by
anonymous
-
8 years ago
0
finding hashtags
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
postscreen
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
Capture Nth number of instances before a pattern
PCRE (PHP <7.3)
Elegant way to capture recurring patterns up to a point.
Submitted by
anonymous
-
8 years ago
0
JAMM Title parse for duration
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
0
ADI Actor names
PCRE (PHP <7.3)
no description available
Submitted by
anonymous
-
8 years ago
1
...
626
627
628
629
630
...
900
Community Library Entry
0
Regular Expression
PCRE (PHP <7.3)
/
^
(?<name>
.
*
)
time:
\s
*
\[
(?<low>
\d
+
\.
?
\d
*
)
\s
(?:
\w
{1,2}
)
\s
(?<value>
\d
+
\.
?
\d
*
)
\s
(?<unit>
\w
{1,2}
)
\s
(?<high>
\d
+
\.
?
\d
*
)
.
*
$
/
mg
Open regex in editor
Description
no description available
Submitted by
anonymous
-
5 years ago