================= Special Functions ================= .. _Is Unicode Letter Overview: ``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 ``"_"``). .. |br| raw:: html
|br| Next up to finish off the tour will be the :doc:`examples`!