FunStrings Playground

Try out FunStrings functions directly in your browser. This is a simulation to demonstrate how the functions work.

Reverse String
Returns the reversed version of the input string.
!dlroW ,olleH
Note: This is a simulation. For actual usage, install the funstrings package.
Count Vowels
Counts the number of vowels in the input string.
3
Note: This is a simulation. For actual usage, install the funstrings package.
Is Palindrome
Checks if the input string is a palindrome. This function ignores case and non-alphanumeric characters.
true
Note: This is a simulation. For actual usage, install the funstrings package.