Problem Statement
A description of the problem can be found on Hackerrank.
Solution
I created solution in:
All solutions are also available on my GitHub.
Plain Text
1 |
^\d{1,2}[a-zA-Z]{3,}\.{0,3}$ |
Problem Statement
A description of the problem can be found on Hackerrank.
Solution
I created solution in:
All solutions are also available on my GitHub.
Plain Text
1 |
^\d{1,2}[a-zA-Z]{3,}\.{0,3}$ |