kaven-basic - v6.0.0
    Preparing search index...

    Function GetStringBetween

    • Extracts all substrings from the input string that are found between the specified start and end delimiters.

      Parameters

      • str: string

        The input string to search within.

      • start: string

        The starting delimiter string.

      • end: string

        The ending delimiter string.

      • max: number = -1

        The maximum number of substrings to extract. If set to -1, all matches are returned.

      Returns string[]

      An array of substrings found between the specified start and end delimiters.

      2018-09-01

      1.0.6