Skip to content

Add more values to match#82

Merged
pamburus merged 1 commit intopamburus:masterfrom
Jellyfrog:patch-1
Aug 30, 2023
Merged

Add more values to match#82
pamburus merged 1 commit intopamburus:masterfrom
Jellyfrog:patch-1

Conversation

@Jellyfrog
Copy link
Copy Markdown
Contributor

The check is case-sensitive, adding some more normal casing cases.

The check is case-sensitive, adding some more normal casing cases.
@Jellyfrog
Copy link
Copy Markdown
Contributor Author

Wondering if it's better/faster/smarter to convert the "needle" to lowercase before comparing

@pamburus
Copy link
Copy Markdown
Owner

Comparing them with case ignoring could be convenient, but that's not that easy without affecting performance or adding complexity to the code, and it may have undesired behavior for some use cases.
Let's keep it as is for a while.

@pamburus pamburus merged commit d28f2c9 into pamburus:master Aug 30, 2023
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

Successfully merging this pull request may close these issues.

2 participants