Skip to content

Instantly share code, notes, and snippets.

View laurelthorburn's full-sized avatar
💩
did git blame bring you here?

Laurel King laurelthorburn

💩
did git blame bring you here?
  • Shopify
  • Colorado
View GitHub Profile
@laurelthorburn
laurelthorburn / regex-tutorial.md
Last active December 23, 2021 18:39
regex-tutorial

Matching An Email

Regular Expressions, or regex, define unique search patterns using special characters. One of such is "Matching an Email".

Summary

"Matching an Email" regex:

/^([a-z0-9_\.-]+)@([\da-z\.-]+)\.([a-z\.]{2,6})$/
@laurelthorburn
laurelthorburn / license-badges.md
Created October 27, 2021 02:11 — forked from lukas-h/license-badges.md
Markdown License Badges for your Project

Markdown License badges

Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.

Notes

  • The badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.

Translations: (No guarantee that the translations are up-to-date)