package
0.1.4
Repository: https://github.com/jesserc/gast.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
No description provided by the author
IsHexWithOrWithout0xPrefix checks if a string is hex with or without `0x` prefix using regular expression: `^(0x)?[0-9a-fA-F]+$`.