//
pkg.gl
Category
github.com/Jesserc/gast
utils
package
0.1.4
Repository:
https://github.com/jesserc/gast.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
9
Dependents
1
Files
74 SLOC
#
Functions
CompileSol
No description provided by the author
EthConversion
No description provided by the author
IsHexWithOrWithout0xPrefix
IsHexWithOrWithout0xPrefix checks if a string is hex with or without `0x` prefix using regular expression: `^(0x)?[0-9a-fA-F]+$`.