Doing practice projects in Introduction to JS but Haven't heard of Regex.
Asked by Fardeen Khan about a year ago
Hey Guys, I've reached to the end of intro to JS where there are practice sets but the very first practice is based on Regex where as I don't seem to have come across a topic like regex....am I missing something?
1 Answer
Hey Fardeen, we are working on adding content related to Regular Expressions on the JavaScript basics course. An issue for the same has already been created in the Full Stack GitHub Repo
Meanwhile, you can choose to skip the lab (or mark the lab as done by checking the checkbox manually - not recommend)
You can learn the basics of Regular Express under an hour.
You can refer to the following website for detailed explanations & examples.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RegExp