This post is about the system app Regex. It provides a set of functions that are quite useful when working with text search and replace. If you have a pattern, validations for e-mail, url, phone no. etc. can be done with a single line of code. Four main methods offered by Regex app are IsMatch, Match, Replace and Split. These methods are available with different overloads.