This document is provided on an "AS IS" basis without warranties of any kind. Smartsite iXperion class libraries may change in future releases.
ReplaceOptions for BoyerMoore replacing

Namespace: Smartsite.Base
Assembly:  Smartsite.Base (in Smartsite.Base.dll)

Syntax

C#Copy imageCopy Code
[]
public enum ReplaceOptions
Visual Basic (Declaration)Copy imageCopy Code
<> _
Public Enumeration ReplaceOptions

Members

Member nameDescription
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

See Also

Smartsite.Base Namespace
Advanced