CASE
- Last Updated: May 13, 2026
- 1 minute read
- Semaphore
- Documentation
Specifies that the case of any data to find for a text rule is matched. By default text matching is case insensitive
New Functionality
Case is now an inherited attribute - i.e. may be set on a containing rule and will be the default for all child rules
Therefore case is now a valid attribute for all rules - However only has functionality for text rules
Applies to
Values
- “1” - Case is matched
- “0” - default
Example
<text case="1" data="Orange"/>
This will only match occurrences of “Orange” in the document and not “orange”