Skip to content

Instantly share code, notes, and snippets.

View Deanda-1's full-sized avatar

Deanda Noble Deanda-1

View GitHub Profile
@Deanda-1
Deanda-1 / index.html
Created August 22, 2024 19:53
Personal Portfolio
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Your Name - Portfolio</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
@Deanda-1
Deanda-1 / index.html
Created February 4, 2023 11:04
multi-track DB 2
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equix="X-UA-Compatible" content="IE-edge">
<meta name="viewport"content="width=device-width, initial-scale=1.0">
<title>MultiTrackDB</title>
</head>
<body>
* Matching an Email: `/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/`
I will be summerizing the regex for the email.
And, discover the intricate details of each snippet within the code.
Table of Content
Anchors
Grouping Constructs
Bracket Expressions
* Matching an Email: `/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/`
I will be summerizing the regex for the email.
And, discover the intricate details of each snippet within the code.
Table of Content
Anchors
Grouping Constructs
Bracket Expressions