langchain.js
    Preparing search index...

    Interface StringNodeRule

    interface StringNodeRule {
        pattern: string | RegExp;
        replace?: string;
        type?: "pattern";
    }
    Index

    Properties

    pattern: string | RegExp
    replace?: string
    type?: "pattern"