Skip to content

Instantly share code, notes, and snippets.

View ckinleydavis's full-sized avatar
📘
Studying

Carla ckinleydavis

📘
Studying
View GitHub Profile
# [Validate Email Address Using Regular Expressions](https://gist.github.com/ckinleydavis/d44d697bbc52d1ee1c38f4ee896c401d)
We have all submitted contact infomation using a form on a website. In order to reduce the number of invalid email addresses in your database it is important to validate the address. This may be done by using a regular expression to validate the email address to check for duplication in your database or to verify it is written in the correct format.
## Summary
This tutorial provides an overview of a simple regular expression that restricts characters that can be submitted for email input. An explanation of how to identify the parts of an email address and validating allowable characters will be provided.
_Sample code snippet:_
@ckinleydavis
ckinleydavis / click-and-draw-some-flowers.markdown
Last active June 30, 2020 17:16
Click and draw some flowers

FADING INFINITY

currently limited to 10 seconds for testing & to avoid any loop-catching problems

A Pen by Carla Davis on CodePen.

License.