How to use Free Online Case Converter Tool Functionality?
All Case Conversion Functions: All the requested case conversion functions are implemented.
Download Text: The downloadText() function allows the user to download the converted text as a .txt file.
Copy to Clipboard: The copyToClipboard() function copies the converted text to the clipboard. It includes a fallback for older browsers.
Clear Text: The clearText() function clears the textarea.
Sentence Case Improved: The sentence case function now splits the text correctly by ". " and capitalizes the first letter of each sentence.
Title Case Implementation: The convertToTitleCase function now correctly capitalizes words according to title case conventions, including handling common exceptions like "a", "an", "the", etc. This is a more sophisticated title case implementation.
Inverse Case Added: A new convertToInverseCase function has been implemented, toggling the case of each character.