Special Functions¶
is_unicode_letter()¶
This function lets you give a str as input (should only be one char long) and returns a bool value determining whether the unicode character was a letter or not (including "_").
Next up to finish off the tour will be the Salve Examples!