Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 453 Bytes

string_translation.md

File metadata and controls

5 lines (3 loc) · 453 Bytes

String translation

TODO: ADD MORE

  • the str.translate() instance method is called on an object from the str class (e.g. <my string>.translate()). Returns a copy of the inital string with each character re-mapped through the given translation table. The translation table is typically a mapping or sequence type that implements indexing via the magic method __getitem__(). rna-transcription