Regex in short
Regex, short for regular expression, is a sequence of characters that define a pattern. It is very powerful and used in string manipulation, validation and search. By default, regex is embedded in every programming language.
Using regex can be confu...
blog.murewaashiru.com2 min read