version : 1.0.0
Convert text to lowercase
结果(Result)
Convert text to uppercase
结果(Result)
Reverse the order of characters in text
结果(Result)
Check if text is a palindrome (reads the same forwards and backwards)
结果(Result)
Count the number of words in text
结果(Result)
Count the number of characters in text
结果(Result)
Remove leading and trailing whitespace from text
结果(Result)
Capitalize the first letter of each word
结果(Result)