Regex are very cool. Regexes, also known as regular expressions, are a powerful tool for matching patterns in text. Swift supports several ways to create a regular expression, including from a string, as a literal, and using this DSL. ‘Regex’ type, is a new type in the Swift Standard Library…