Regular Expressions
March 30, 2017
When I first learnt about regular expressions I thought “cool I can match characters or patterns in text, I’ll just google the regex pattern when I need it” and when that time came I discovered regex is almost like a programming language itself with many different concepts like; anchors, alternation, groups, backreferences, lookahead, lookbehind and the list goes on…