Hackerrank – Matching Specific String
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
hackerrank |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
hackerrank |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
\w\w\w\W\w\w\w\w\w\w\w\w\w\w\W\w\w\w |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
\d\d\D\d\d\D\d\d\d\d |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
\S\S\s\S\S\s\S\S |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
...\....\....\.... |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
^\d\w\w\w\w\.$ |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
^[123][120][xs0][30Aa][xsu][\.,]$ |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
^[^\d][^aeiou][^bcDF][^\s][^AEIOU][^\.,]$ |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
^[a-z][1-9][^a-z][^A-Z][A-Z] |
Problem Statement A description of the problem can be found on Hackerrank. Solution I created solution in: Plain Text All solutions are also available on my GitHub. Plain Text
1 |
^[a-zA-Z02468]{40}[13579\s]{5}$ |