enumer icon indicating copy to clipboard operation
enumer copied to clipboard

Flag for case sensitive in <Type>String(s string)

Open rucciva opened this issue 4 years ago • 5 comments

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).

rucciva avatar Jan 07 '21 04:01 rucciva

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.

dmarkham avatar Jan 31 '21 07:01 dmarkham

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.

dmarkham avatar Apr 06 '21 06:04 dmarkham