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

Consider a separate function for case-sensitive string match #213

Open
jubalm opened this issue Oct 16, 2023 · 0 comments
Open

Consider a separate function for case-sensitive string match #213

jubalm opened this issue Oct 16, 2023 · 0 comments

Comments

@jubalm
Copy link
Collaborator

jubalm commented Oct 16, 2023

          do you need non-case sensitive check? if so, you could just not call this function and use "a === b". And when you do, you could rename this function to "areEqualStringsCaseInsentive" or similar

Originally posted by @KillariDev in #210 (comment)

@jubalm jubalm changed the title Separate function for case-sensitive string match Consider a separate function for case-sensitive string match Oct 16, 2023
@jubalm jubalm mentioned this issue Oct 16, 2023
5 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant