Back to Learngo

Strings, bytes, and runes exercises

19-strings-runes-bytes/exercises/README.md

latest518 B
Original Source

Strings, bytes, and runes exercises

  1. Convert

    Use []byte <-> string conversions.

  2. Print the Runes

    Use Printf verbs.

  3. Rune Manipulator

    Use utf8 package, indexing and slicing.