-
Notifications
You must be signed in to change notification settings - Fork 72
feat: Make string checks case insensitive #81
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
feat: Make string checks case insensitive #81
Conversation
|
No thank you :) see https://github.com/Qix-/color-string/issues/80#issuecomment-3238721332 |
|
This can just be a |
|
Can you rebase? :) |
|
I resolved the conflicts. Let me know if you need anything else. |
|
@Qix- hello! Do you have time to review this PR next week? |
|
I will take a look. |
|
Thanks! Sorry for the delay. Published as |
|
Awesome! Thanks for the update. |
Description
Make regex patterns case insensitive and transform keyword string to lowercase before running check.
Closes #80.
Changes
Testing
cs.get("BLUE")cs.get("BLUE")Notes