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 5,540 community submitted regex patterns...
0
Convert location from geoJson to Simple Location Format
Python
Allow to convert geolocation POS (related to a shape like a polygon) from geoJson to Simple Location Format
Submitted by
François Devaux
-
3 years ago
0
top Level Domain
ECMAScript (JavaScript)
match top Level Domain
Submitted by
anonymous
-
3 years ago
0
truncate 2 or 3 positions decimal
ECMAScript (JavaScript)
Case 3 position is 0 take 3 otherwise take 2
Submitted by
anonymous
-
3 years ago
0
select only words
ECMAScript (JavaScript)
exclude all non character or digits or point colons semicolons ...
Submitted by
anonymous
-
3 years ago
0
Extract Snooze Date
ECMAScript (JavaScript)
[]
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Hexo Markdown Post Parser
ECMAScript (JavaScript)
Parse header and body from hexo markdown post format
Submitted by
anonymous
-
3 years ago
(Last modified 3 years ago)
0
Replace last segment of url?
ECMAScript (JavaScript)
Work in Progress
Submitted by
anonymous
-
3 years ago
0
draft-js-markdown mention link regex
ECMAScript (JavaScript)
draft-js-markdown mention link regex
Submitted by
anonymous
-
3 years ago
0
Workdone regex
ECMAScript (JavaScript)
Workdone system
Submitted by
anonymous
-
3 years ago
0
dd
ECMAScript (JavaScript)
dd
Submitted by
anonymous
-
3 years ago
0
Regex para pegar parte de um código até determinada tag
ECMAScript (JavaScript)
Essa regex fiz para pegar uma parte do código que continha um conteúdo a ser substituído ao clicar no botão.
Submitted by
anonymous
-
3 years ago
0
Date separated by dashes (YYYY-MM-DD)
ECMAScript (JavaScript)
Date separated by dashes in the following format YYYY-MM-DD
Submitted by
Efra
-
3 years ago
0
Only Numbers with exact 6 digits
ECMAScript (JavaScript)
Matches string which only has number and are 6 digit long
Submitted by
anonymous
-
3 years ago
0
url pain
Python
pain
Submitted by
anonymous
-
3 years ago
0
Unescaped Backslash
ECMAScript (JavaScript)
This RegEx finds unescaped backslahes
Submitted by
anonymous
-
3 years ago
0
match /start telegram bot command from messageEntity
ECMAScript (JavaScript)
Exactly what the title says
Submitted by
anonymous
-
3 years ago
0
Track2 dump data
ECMAScript (JavaScript)
Captures Track2 data, with or without start and ending sentinels ( ; and ? ) Only captures AMEX 15 digits, and Visa or MC with 16 digits. Does NOT support 13 digit credit cards and they are not in use anymore.
Submitted by
BigDAD
-
3 years ago
0
structs c
Python
test struct c regex
Submitted by
anonymous
-
3 years ago
0
buy_range_regex
ECMAScript (JavaScript)
Regex to grab range values from a crypto telegram signal
Submitted by
wandersonsousa
-
3 years ago
0
Password Validation
Python
8 char 1 special char 1 number char 1 lower char 1 upper char
Submitted by
you
-
3 years ago
(Last modified 3 years ago)
1
...
119
120
121
122
123
...
277
Community Library Entry
0
Regular Expression
Golang
`
\d
+
$
`
gm
Open regex in editor
Description
walter1976LastClean
Submitted by
anonymous
-
2 years ago