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 8,280 community submitted regex patterns...
1
PECL: find stable versions
Python
no description available
Submitted by
anonymous
-
9 years ago
1
regex date_time
ECMAScript (JavaScript)
expression régulière pour les dates et les heures précises au millionième de seconde
Submitted by
Master
-
9 years ago
1
123
ECMAScript (JavaScript)
fsd
Submitted by
fds
-
9 years ago
1
Date
Python
Find and ISO format date.
Submitted by
Andrew Chalk
-
9 years ago
1
time
Python
get time in string 33:20 a.m
Submitted by
Hoang Phuong - Gia Lai
-
9 years ago
1
format time:"33:20 p.m"
Python
Get time in string 33:20 p.m
Submitted by
Hoang Phuong - Viet Nam
-
9 years ago
1
Date 01
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
class code regex
Python
no description available
Submitted by
anonymous
-
9 years ago
1
get bendon link
ECMAScript (JavaScript)
no description available
Submitted by
Emin
-
9 years ago
1
Java
Python
no description available
Submitted by
anonymous
-
9 years ago
1
JAva
Python
no description available
Submitted by
anonymous
-
9 years ago
1
Validation
ECMAScript (JavaScript)
no description available
Submitted by
Robin Venneman
-
9 years ago
1
E-mail validation
ECMAScript (JavaScript)
ab@ab
Submitted by
anonymous
-
9 years ago
1
rtxmap
Python
no description available
Submitted by
MBE
-
9 years ago
1
Work Samples
Python
no description available
Submitted by
MH
-
9 years ago
1
-
ECMAScript (JavaScript)
hjk
Submitted by
hjk
-
9 years ago
1
Singapore Phone
ECMAScript (JavaScript)
no description available
Submitted by
anonymous
-
9 years ago
1
camelCase to hyphen-case
ECMAScript (JavaScript)
Note that title case (TitleCase) will have leading hypens (-title-case)
Submitted by
cyberbit
-
9 years ago
1
Parse .so libraries from binary file
ECMAScript (JavaScript)
Multi-occurance / Multiline Match and list all ".so" files from Android APK binary.
Submitted by
Mayur Pipaliya
-
9 years ago
1
email for .com & .co.in
ECMAScript (JavaScript)
email validation
Submitted by
Chanti
-
9 years ago
1
...
281
282
283
284
285
...
414
Community Library Entry
1
Regular Expression
ECMAScript (JavaScript)
/
(
simple
)
(?!
[^
<>
]
*
>
)
/
gi
Open regex in editor
Description
expression to look for words in innerText & not in html tags as id or class or style name
Submitted by
umarfarukh
-
11 years ago