convnum
    Preparing search index...

    Function validateEnglishWords

    • Validates if a string is a strictly valid English number word representation by converting it to a number and back to words to check for consistency

      Parameters

      • words: string

        The English words to validate

      Returns boolean

      true if the words are valid, false otherwise