Member Junction
    Preparing search index...

    Configuration for splitting a string value and extracting a portion

    interface SplitConfig {
        Delimiter: string;
        Index: number;
    }
    Index

    Properties

    Properties

    Delimiter: string

    Delimiter to split on

    Index: number

    Zero-based index of the part to extract