Skip to content

Latest commit

 

History

History
50 lines (42 loc) · 3.7 KB

File metadata and controls

50 lines (42 loc) · 3.7 KB

Regular Expressions

My solution proposals for the Regular Expressions exercises.

freeCodeCamp module description:

"Regular expressions, often shortened to "regex" or "regexp", are patterns that help programmers match, search, and replace text. Regular expressions are very powerful, but can be hard to read because they use special characters to make more complex, flexible matches. In this course, you'll learn how to use special characters, capture groups, positive and negative lookaheads, and other techniques to match any text you want."

Exercises

⬅️ Back to main file


Disclaimer: This repository should not be viewed as a facilitator for these courses.
This is intended to highlight and memorize my journey through this certification.