stringToPhonetic

src.ZinckLib.stringToPhonetic.stringToPhonetic(toConv: str)

Converts a string to a list of strings where all the letters are replaced with their representation in the NATO phonetic alphabet according to: https://en.wikipedia.org/wiki/NATO_phonetic_alphabet#Tables

Parameters:

toConv (str) – The string to be converted.

Returns:

the phonetic version of the original string

Return type:

list of strings