parse

package
v0.0.0-...-eea75d1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 9, 2023 License: Unlicense Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DigitToInt

func DigitToInt(r rune) int

DigitToInt converts a rune to an integer

func IsDigit

func IsDigit(r rune) bool

IsDigit returns true if the rune is a digit

func IsLetter

func IsLetter(r rune) bool

IsLetter returns true if the rune is a letter

func IsLower

func IsLower(r rune) bool

IsLower returns true if the rune is a lowercase letter

func IsUpper

func IsUpper(r rune) bool

IsUpper returns true if the rune is an uppercase letter

func LetterToInt

func LetterToInt(r rune) int

LetterToInt converts a letter to an integer

func LowerToInt

func LowerToInt(r rune) int

LowerToInt converts a lowercase letter to an integer

func StringToIntList

func StringToIntList(s string, sep string) ([]int, error)

StringToIntList takes a string and separator and returns a list of ints

func UpperToInt

func UpperToInt(r rune) int

UpperToInt converts an uppercase letter to an integer

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL