isValidRomaji
Checks if the input can be fully converted to hiragana without any remaining alphabetic characters. This validates that the input is valid romaji before attempting conversion.
Return
true if the input is valid romaji, false otherwise
Parameters
input
The text to validate