# Functions
Get the width of the rune (how many columns it takes upt in the terminal).
Returns the number of horizontal cells needed to print the given text.
Returns the number of horizontal cells needed to print the given text.
IndexNotAny is similar with strings.IndexAny but showing the opposite behavior.
IndexNotByte is similar with strings.IndexByte but showing the opposite behavior.
LastIndexNotAny is similar with strings.LastIndexAny but showing the opposite behavior.
LastIndexNotByte is similar with strings.LastIndexByte but showing the opposite behavior.
Get the length of the string in bytes.
Get the length of the byte slice in runes.
Get the length of the string in runes.
Returns the rune index of the nth column (in terms of char width) in the given text.
Returns the rune index of the nth grapheme in the given text.
# Type aliases
Numeric type that represents the amount of bytes in a string, array or slice.
Numeric type that represents the amount of grapheme clusters in a string, array or slice.
Numeric type that represents the amount of runes in a string, array or slice.
Numeric type that represents the visible width of characters in a string as seen in a terminal emulator.