Skip to content

Add ignorecase support to STRING_CONTAINS and STRING_DOES_NOT_CONTAIN#267

Merged
Kqliber merged 3 commits intoHelpChat:mainfrom
PanKosmat:patch-1
Nov 24, 2025
Merged

Add ignorecase support to STRING_CONTAINS and STRING_DOES_NOT_CONTAIN#267
Kqliber merged 3 commits intoHelpChat:mainfrom
PanKosmat:patch-1

Conversation

@PanKosmat
Copy link
Contributor

This update adds support for the ignorecase option in the STRING_CONTAINS and STRING_DOES_NOT_CONTAIN requirement types. Previously, case-insensitive matching was only available with STRING_EQUALS and STRING_DOES_NOT_EQUAL, which reduced flexibility and could cause issues in GUIs relying on mixed-case, multi-word input.

Added new requirement types allowing users to use "ignorecase" with "STRING_CONTAINS" and "STRING_DOES_NOT_CONTAIN"
Added new requirement types allowing users to use "ignorecase" with "STRING_CONTAINS" and "STRING_DOES_NOT_CONTAIN"
Added new requirement types allowing users to use "ignorecase" with "STRING_CONTAINS" and "STRING_DOES_NOT_CONTAIN"
@Kqliber Kqliber merged commit 9d8231e into HelpChat:main Nov 24, 2025
2 checks passed
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.

4 participants