We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Updated Chapter 7 (markdown)
Add formats %q and %u
Adding string functions replace, tr, escape, startswith, endswith - and format without module reference
Add introspect.name()
pop was not mentioned
Adding map.keys()
Clean up string.format %q (not implemented), and "extra" octals
list and map converted to `false` when empty
Consistent usage of the module name in format of string module function entries
Fixing misleading description of bytes.fromstring
Added string.tolower and string.toupper
Corrected return from map.insert
Update of methods and bytes()
Add module introspect
Add module `global`
Minor updates
Added contains and find methods for map, fixed a couple of typos
add string module from short manual
tostring
bytes class
Plural
More cleaning
list
Cleaning
Fix array