Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
rucciva opened this issue Jan 7, 2021 · 2 comments
Open

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

rucciva opened this issue Jan 7, 2021 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@rucciva
Copy link

rucciva commented Jan 7, 2021

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

@dmarkham
Copy link
Owner

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 dmarkham added enhancement New feature or request help wanted Extra attention is needed labels Apr 6, 2021
@dmarkham
Copy link
Owner

dmarkham commented Apr 6, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants