Member Junction
    Preparing search index...

    A precompiled regex rule for class name or multi-word entity name replacement.

    interface RegexRule {
        new: string;
        old: string;
        pattern: RegExp;
    }
    Index

    Properties

    Properties

    new: string
    old: string
    pattern: RegExp