文本转换工具

version : 1.0.0

lowercase

Convert text to lowercase

*text(string)

结果(Result)

uppercase

Convert text to uppercase

*text(string)

结果(Result)

reverse

Reverse the order of characters in text

*text(string)

结果(Result)

isPalindrome

Check if text is a palindrome (reads the same forwards and backwards)

*text(string)

ignoreSpaces(boolean)

结果(Result)

countWords

Count the number of words in text

*text(string)

结果(Result)

countCharacters

Count the number of characters in text

*text(string)

includeSpaces(boolean)

结果(Result)

trim

Remove leading and trailing whitespace from text

*text(string)

结果(Result)

capitalize

Capitalize the first letter of each word

*text(string)

结果(Result)