huandu/xstrings

Feature: Insert a string to another by rune index.

huandu opened this issue · 1 comments

See String#insert in ruby. Implementation in Go will be a bit different. Index is counted by rune instead of byte.

New api: Insert