Created
January 26, 2020 22:29
-
-
Save pragdave/ea3a53f91c4981cf5c1ab0334bfe39e4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
str0 = "Does this string contain the word 'cat'?" | |
str1 = "what is the offset of the character X in this string?" | |
str2 = "Replace the first space in this string with a plus sign" | |
str3 = "Replace all spaces with plus signs in this string" | |
str4 = "What is the position of the first occurrence of two adjacent vowels in this string?" | |
str5 = "Delete ALL the Upper Case letters in this string" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment