Skip to content

Instantly share code, notes, and snippets.

View Angelfire's full-sized avatar
👾
Hardcore JavaScript Developer

Andrés Bedoya (SrHart) Angelfire

👾
Hardcore JavaScript Developer
View GitHub Profile
@Angelfire
Angelfire / Regex.md
Last active September 30, 2021 01:16
Regex

Regex

Match literal strings

/Andres/

Match a literal string with different posibilities

/yes|no/

Match anything with wilcard period

/.un/ => run, sun, fun

@ebidel
ebidel / Web Components Resources.md
Last active February 27, 2023 22:04
List of resources related to Web Components