A Beginner's Guide to Regular Expressions
Regular expressions, a.k.a. regex or regexp, are a sequence of characters that specify a matched pattern in any text. They are extremely powerful for searching and manipulating text. What follows here is my attempt at simplifying the use of regular e...
developerant.hashnode.dev5 min read