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.