Update README.md

This commit is contained in:
zainab Dnaya 2022-07-26 17:56:35 +01:00 committed by Hamza elkhatri
parent 2307966747
commit 6d2a7bb7f2
1 changed files with 1 additions and 0 deletions

View File

@ -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`.