Regex : .test() , .match(), Flags ..... SIMPLIFIED
Apr 1, 2022 路 5 min read 路 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...
Join discussion



