Skip to Main Content
Status Backlog
Categories Dynamic objects
Created by Guest
Created on Feb 21, 2024

Add case sensitivity option to dynamic object patterns

Problem
When creating dynamic object text patterns, pattern matching is case-insensitive, causing unintended matches. For example, a prefix pattern SP also matches words that simply start with sp, triggering dynamic objects incorrectly.

Request
Add the ability to make dynamic object prefix patterns and other pattern elements case-sensitive, so SP only matches the exact uppercase prefix and not lowercase variations.

  • Attach files