Java Regex HackerRank Solution Write a class called MyRegex which will contain a string pattern. You need to write a regular expression and assign it to the pattern such that it ca... Read more