func ExampleClone() { … } func ExampleBuilder() { … } func ExampleCompare() { … } func ExampleContains() { … } func ExampleContainsAny() { … } func ExampleContainsRune() { … } func ExampleContainsFunc() { … } func ExampleCount() { … } func ExampleCut() { … } func ExampleCutPrefix() { … } func ExampleCutSuffix() { … } func ExampleEqualFold() { … } func ExampleFields() { … } func ExampleFieldsFunc() { … } func ExampleHasPrefix() { … } func ExampleHasSuffix() { … } func ExampleIndex() { … } func ExampleIndexFunc() { … } func ExampleIndexAny() { … } func ExampleIndexByte() { … } func ExampleIndexRune() { … } func ExampleLastIndex() { … } func ExampleLastIndexAny() { … } func ExampleLastIndexByte() { … } func ExampleLastIndexFunc() { … } func ExampleJoin() { … } func ExampleRepeat() { … } func ExampleReplace() { … } func ExampleReplaceAll() { … } func ExampleSplit() { … } func ExampleSplitN() { … } func ExampleSplitAfter() { … } func ExampleSplitAfterN() { … } func ExampleTitle() { … } func ExampleToTitle() { … } func ExampleToTitleSpecial() { … } func ExampleMap() { … } func ExampleNewReplacer() { … } func ExampleToUpper() { … } func ExampleToUpperSpecial() { … } func ExampleToLower() { … } func ExampleToLowerSpecial() { … } func ExampleTrim() { … } func ExampleTrimSpace() { … } func ExampleTrimPrefix() { … } func ExampleTrimSuffix() { … } func ExampleTrimFunc() { … } func ExampleTrimLeft() { … } func ExampleTrimLeftFunc() { … } func ExampleTrimRight() { … } func ExampleTrimRightFunc() { … } func ExampleToValidUTF8() { … }