Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 538 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 538 Bytes

30-days-javascript-challange

This repository contains my solutions to the JavaScript problems from Hitesh Choudhary Sir's chaicode.com platform. I am taking on the challenge to solve 30 problems in 30 days.

Regular expressions (regex or regexp)

are sequences of characters that define search patterns. They are commonly used for string matching and manipulation. Regular expressions are supported by many programming languages and tools for tasks such as data validation, search and replace operations, and complex text processing.