Browse Source

Update README.md

pull/1372/head
zainab Dnaya 2 years ago committed by Hamza elkhatri
parent
commit
6d2a7bb7f2
  1. 1
      subjects/unzipstring/README.md

1
subjects/unzipstring/README.md

@ -9,6 +9,7 @@ The string will be formed by a number followed by a letter, and the purpose is t
"3w" ==> www
"2m3e" ==> mmee
- The letter after each number must be between `a` and `z` or `A` and `Z`.
- The number before the letter must be between `0` and `9`.
- You cannot have two numbers or two letters in a row.
- If the input string does not respect the format, return `Invalid Input`.

Loading…
Cancel
Save