huandu / xstrings

Implements string functions widely used in other languages but absent in Go.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: Reverse string

huandu opened this issue · comments

Go string is immutable and encoded in utf8 internally. It's a bit more challenge than reversing an ascii string.

New api: Reverse