Documentation ¶
Index ¶
- func AddHexPrefix(hex string) string
- func CheckForSuffixMatch(word string, wordFilterSlice []string) bool
- func FilterStringWithOpts(word string, filter *FilterOpts) bool
- func ParseIntFromHexStr(value string) (int, error)
- func Trim0xPrefix(input string) string
- func ValidateHttpsURL(urlString string) bool
- type FilterOpts
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddHexPrefix ¶
func CheckForSuffixMatch ¶ added in v1.0.0
func FilterStringWithOpts ¶
func FilterStringWithOpts(word string, filter *FilterOpts) bool
FilterStringWithOpts returns true if the word passes the filter
func ParseIntFromHexStr ¶ added in v1.0.0
ParseIntFromHexStr parse hex string value to int
func Trim0xPrefix ¶
func ValidateHttpsURL ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.