• Tokenizes a string into lowercase alphanumeric words.

    E.g. 'Amazon Music x86_64' becomes ['amazon', 'music', 'x86', '64']

    Parameters

    • str: string

    Returns string[]