Skip to content

This project aims to be a quick reference guide for regular expressions.

joseppamancio/regex-cheatsheet

Repository files navigation

Português | Español

Regex Python JavaScript Ruby

Regex Cheatsheet

Developed during the Regex course by Cod3r, this project aims to be a quick reference guide for regular expressions. Its goal is to provide a fast querying resource, filled with practical and enlightening examples.

What is Regex?

Regex is a sequence of characters that forms a search pattern. It is a technique used to identify patterns in strings. It is very useful for validating, extracting, replacing, or even splitting strings.

Directories

  • 2_executando_regex: examples of how to execute regular expressions in Python, JavaScript, and Ruby.
  • 3_caracteres: examples of how to use special characters in regular expressions.
  • 4_conjuntos: examples of how to use sets in regular expressions.
  • 5_quantificadores: examples of how to use quantifiers in regular expressions.
  • 6_grupos: examples of how to use groups in regular expressions.
  • 7_bordas: examples of how to use boundaries in regular expressions.
  • 8_receitas: examples of regular expressions for validating and extracting information from strings.

About

This project aims to be a quick reference guide for regular expressions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published