Sets the replacement options.
Enum values:
  • None
    Default
  • CaseInsensitive
    Makes Replace() do case insensitive replacements
  • UseRegExp
    Makes Replace() use regular expressions
  • UseBoyerMoore
    Makes Replace() use the Boyer Moore search algorithm
  • UseRegExpCaseInsensitive
    Makes Replace() use regular expressions in a case insensitive way
  • UseBoyerMooreCaseInsensitive
    Makes Replace() use the Boyer Moore search algorithm in a case insensitive way

Properties

Data type Attribute
Enum -

Used in

Macro Description
Replace Replaces strings in the contained data.
SXML