Easily work with text as Unicode codepoints. Works with the existing Rune
type, which represents a Unicode codepoint.
Like string
, but for Rune
s instead of char
s. Provides many of the same methods that you expect from string
, plus several encoding methods.
Provides extension methods for working with string
s, Unicode character categories, and the like.