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 2,140 community submitted regex patterns...
0
Parse ISO date with named group for Python
Python
Parses ISO date like: 2021-01-19T15:21:32.59+02:00 and returns these named groups: fulldate (full date and time) date (2021-01-19)...
Submitted by
Fabio Rotondo (fsoft)
-
4 years ago
0
Currency Style (py.checkio.org)
Python
a mission on py.checkio.org: Currency Style
Submitted by
anonymous
-
4 years ago
(Last modified 4 years ago)
0
Python string regex with escaped characters
Python
string regex but you can escape characters like \", for python only
Submitted by
Fxomt
-
4 years ago
(Last modified 4 years ago)
0
SoundsExtract
Python
extract sounds
Submitted by
anonymous
-
4 years ago
0
find match in url
Python
find the word "google" with "i" or "com"
Submitted by
Shai chikorel
-
4 years ago
0
keywords
Python
matching a keyword expression and wrapping it with an html tag
Submitted by
anonymous
-
4 years ago
0
Media files
Python
Matching majority of media files
Submitted by
Moses
-
4 years ago
0
Barcodes
Python
Matching barcodes
Submitted by
Moses
-
4 years ago
10
Conventional Commits validation
Python
This regex prevents the writing of non-standard conventional commits. I'm available on my github
Submitted by
Krisque
-
4 years ago
(Last modified 3 years ago)
0
Password Validation
Python
8 char 1 special char 1 number char 1 lower char 1 upper char
Submitted by
you
-
4 years ago
(Last modified 4 years ago)
0
structs c
Python
test struct c regex
Submitted by
anonymous
-
4 years ago
0
url pain
Python
pain
Submitted by
anonymous
-
4 years ago
0
My html tag regex
Python
My html tag regex
Submitted by
anonymous
-
4 years ago
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
-
4 years ago
0
regex_email
Python
메타문자 + 활용을 위한 예제
Submitted by
anonymous
-
4 years ago
0
匹配颜色绿色 黄棕色
Python
是(.*色) 用分组
Submitted by
robin
-
4 years ago
0
ip_adress_ping_regex
Python
link to ip_regex
Submitted by
anonymous
-
4 years ago
0
Hex Color Code
Python
A solution of this test from HackerRank https://www.hackerrank.com/challenges/hex-color-code/problem
Submitted by
anonymous
-
4 years ago
0
Excelente Calidad
Python
exc calidad
Submitted by
anonymous
-
4 years ago
1
match INTEGER val in range [0 ,32767] for unsigned val and [-32768,-1] for signed val
Python
"(^-?)(32760-8]$|327[0-5]?[0-9]$|32[0-6?[0-9]$|3[0-1]?[0-9]?[0-9]?[0-9]$|[0-2]?[0-9]?[0-9]?[0-9]?[0-9]$)"gm
Submitted by
issam-seghir
-
4 years ago
(Last modified 4 years ago)
1
...
20
21
22
23
24
...
107