package
0.0.0-20180914084749-c4fd10affab1
Repository: https://github.com/modern-go/parse.git
Documentation: pkg.go.dev

# Functions

Range discard the bytes until found one not matching the range table it returns how many bytes it discard.
Space reads consecutive space(\t \n \v \f \r ' ') and returns the space number.
UnicodeRange discard the runes until found one not matching the range table.
UnicodeRanges discard the runes until found one not matching the range tables.
UnicodeSpace discard unicode spaces.