Skip to content

Instantly share code, notes, and snippets.

View aravt-mn's full-sized avatar

Aravt aravt-mn

  • Mongolia, Ulaanbaatar
View GitHub Profile
@aravt-mn
aravt-mn / regex.md
Created January 13, 2023 09:22 — forked from vitorbritto/regex.md
Regex Cheat Sheet

Regular Expressions

Basic Syntax

  • /.../: Start and end regex delimiters
  • |: Alternation
  • (): Grouping
@aravt-mn
aravt-mn / README-Template.md
Created February 13, 2020 08:56 — forked from PurpleBooth/README-Template.md
A template to make good README.md

Project Title

One Paragraph of project description goes here

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites