other micropython things like string operations
-
What string operations are supported
i tiedstr(1).ljust(5)
but ljust does not exists
where can i find reference to all suported elements by particular supported classes?