RGex Builder Platform - v1.2.0
    Preparing search index...

    Interface RegexBuilderOptions

    interface RegexBuilderOptions {
        flags?: string;
        global?: boolean;
        ignoreCase?: boolean;
        multiline?: boolean;
        dotAll?: boolean;
        unicode?: boolean;
        sticky?: boolean;
    }
    Index

    Properties

    flags?: string
    global?: boolean
    ignoreCase?: boolean
    multiline?: boolean
    dotAll?: boolean
    unicode?: boolean
    sticky?: boolean