Search Results for

    Show / Hide Table of Contents

    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 .Net regular expression and needs to be matched.

    In this article
    • Fields
    Back to top Generated by DocFX