From bc85ef828dd38933aee1ad7c9752656fabb7046b Mon Sep 17 00:00:00 2001 From: zainab Dnaya Date: Sat, 23 Jul 2022 18:04:34 +0100 Subject: [PATCH] Update README.md --- subjects/unzipstring/README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/subjects/unzipstring/README.md b/subjects/unzipstring/README.md index 980a581a..58524968 100644 --- a/subjects/unzipstring/README.md +++ b/subjects/unzipstring/README.md @@ -10,7 +10,6 @@ The string will be formed by a number followed by a letter, and the purpose is t "2m3e" ==> mmee - The number before the letter must be between `0` and `9`. -- The letter after each number must be between `a` and `z` or `A` and `Z`. - You cannot have two numbers or two letters in a row. - If the input string does not respect the format, return `Invalid Input`.