Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View heranYang93's full-sized avatar

Heran Yang heranYang93

View GitHub Profile
@heranYang93
heranYang93 / regex.md
Last active April 12, 2024 16:44
Regex

REGEX Cheatsheet

This is a Regex cheatsheet

Summary

A regular expression is a sequence of characters that defines a search pattern for a character combination. Such sequence is composed by preset notations (meta and literal characters) that form conditions to narrow a larger text down to the text of search.

This cheatsheet provides an overview of regex meta characters in the context of Javascript.