Hey All,
So I am currently doing a Devlopment role, and during my day to day coding away I was asked to work with Regular Expressions.Now if you haven't heard of Regular Expressions (Commonly referred to as 'RegEx's') then let me fill you in:
RegEx's are used for pattern matching when searching text and/or strings in an application. They are very useful in various roles where you need to find certain words or group of words but don't want to manually code every possible combination.
For example: