What is the correct reversed version of the string 'OpenAI'?
Which of the following strings is a palindrome, meaning it reads the same forwards and backwards?
Which of these is a properly formatted email address?
If you convert 'QuizMaster2024' to all lowercase letters, what result do you get?
Given the string 'Validation', what is the substring from index 2 to 6 (exclusive)?
After trimming whitespace from both ends, how does the string ' Hello World! ' change?
Which string contains only digits?
Which of the following matches the regex pattern ^[A-Z][a-z]{2,}$ (an uppercase letter followed by at least two lowercase letters)?
If you replace all spaces with underscores in 'string processing quiz', what is the result?
How many times does the substring 'ana' appear in 'bananas'?