You have a test form and need to tidy up the input. For example, "Sample" and "sample " should be considered equivalent.
Return a string with any extra spaces deleted and the letters converted to lowercase.
You have a test form and need to tidy up the input. For example, "Sample" and "sample " should be considered equivalent.
Return a string with any extra spaces deleted and the letters converted to lowercase.
Sample Input 1:
Test Sample Output 1:
testSample Input 2:
test Sample Output 2:
testSample Input 3:
TESTSample Output 3:
testCreate a free account to access the full topic