binaryninja.builtins.str ======================== .. currentmodule:: binaryninja.builtins .. autoclass:: str .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~str.capitalize ~str.center ~str.count ~str.decode ~str.encode ~str.endswith ~str.expandtabs ~str.find ~str.format ~str.format_map ~str.index ~str.isalnum ~str.isalpha ~str.isdecimal ~str.isdigit ~str.isidentifier ~str.islower ~str.isnumeric ~str.isprintable ~str.isspace ~str.istitle ~str.isupper ~str.join ~str.ljust ~str.lower ~str.lstrip ~str.maketrans ~str.partition ~str.replace ~str.rfind ~str.rindex ~str.rjust ~str.rpartition ~str.rsplit ~str.rstrip ~str.split ~str.splitlines ~str.startswith ~str.strip ~str.swapcase ~str.title ~str.translate ~str.upper ~str.zfill .. rubric:: Attributes .. autosummary:: ~str.no_convert_msg ~str.unorderable_err