Enum TBCaseSensitivity
Specifies recognizing the same term if the capital and lowercase letters are different in the term and in the text.
Syntax
public enum TBCaseSensitivity
Fields
Name | Description |
---|---|
No | The term will match the text if the only difference is capital and lowercase letters. With this setting, 'translation' will match 'Translation', 'TRANSLATION' or 'TranslatioN'. Use this setting for common words. |
Permissive | The term matches the text if the capital letters are the same. Lowercase letters in the term can be capitalized in the text. With this setting, the term 'memoQ' will match 'MEMOQ' or 'MemoQ' but won't match 'memoq' or 'Memoq'. This is the default setting. Use this for most proper names. |
Yes | The term is case-sensitive. If it's 'memoQ', it won't match 'memoq' or 'Memoq'. memoQ will highlight the term in the text only if it has the exact same capital or lowercase letters. Use this for abbreviations like 'TBD' or 'XML'. |