CaseSensitivity
Enumerates the case sensitivity options for matching and replacement.The matching is case-insensitive, and replacement should take into account the case of the initial of the “from”. If the “from” starts with a capital (ignoring all symbols), then so will the replacement.
The matching is case-sensitive, so the replacement’s first initial will not reflect the initial casing of the first letter of the “from”.
Example
MatchType
Enumerates the types of matches that can be performed.The rule should match the word when it appears alone, surrounded by whitespace.
The rule should match the word in any context, regardless of surrounding characters.
The rule should match the word as a whole, ensuring it is not part of a larger word.
Example
TriePattern
Enumerates predefined patterns for clipping during search and replace operations.Represents apostrophe-like characters used in word boundaries or contractions.