Documentation ¶
Index ¶
- func Lines(input string) []string
- func MustAtoi(s string) int
- func PadLeft(s string, n int, c rune) string
- func PadRight(s string, n int, c rune) string
- func Paragraphs(input string) []string
- func Reverse(s string) string
- func RuneGrid(s string) [][]rune
- func Set(s string, i int, r rune) string
- func SpaceSeparatedInts(s string) []int
- func TryTrimPrefix(s string, prefix string) (string, bool)
- func TryTrimSuffix(s string, suffix string) (string, bool)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SpaceSeparatedInts ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.