Regex : .test() , .match(), Flags ..... SIMPLIFIED
Regular Expressions
Regex or Regular Expressions are patterns which are helpful in matching, searching or replacing some text/parts of a text. For example :
let str = "He has 12 oranges and 10 apples.";
/*In the above string str, we can search for ev...
tanisi11.hashnode.dev5 min read