// Functions starting with "Is" can be used to inspect which table of range a // rune belongs to. Note that runes may fit into more than one range. func Example_is() { … } func ExampleSimpleFold() { … } func ExampleTo() { … } func ExampleToLower() { … } func ExampleToTitle() { … } func ExampleToUpper() { … } func ExampleSpecialCase() { … } func ExampleIsDigit() { … } func ExampleIsNumber() { … } func ExampleIsLetter() { … } func ExampleIsLower() { … } func ExampleIsUpper() { … } func ExampleIsTitle() { … } func ExampleIsSpace() { … }