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...
Oct 16, 20202 min read109
