enumer
enumer copied to clipboard
Flag for case sensitive in <Type>String(s string)
in my case, i'm converting iota to 1 character string and they includes both lower and upper version of some alphabets. i've read #21 , so maybe add a flag to enable case sensitive in <Type>String(s string).
yea I knew someone would not be very happy with this change.. If you have a nice patch for a new flag I'm happy to review.
I wonder if instead of a flag we just add a new case sensitive method? <Type>SensitiveString(s string) maybe someone has a better name for it.