Enum PatternType
Describes the type of search and/or replace patterns.
Namespace: Sdl.LanguagePlatform.TranslationMemory.EditScripts
Assembly: Sdl.LanguagePlatform.TranslationMemory.dll
Syntax
public enum PatternType
Fields
Name | Description |
---|---|
Literal | The pattern is a literal expression (i.e. a string). |
RegularExpression | The pattern is a System.Text.RegularExpressions and needs to be matched. |