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

    Function GetSubstring

    • Returns a substring from the given string based on the specified start and end positions.

      Parameters

      • str: string

        The source string from which to extract the substring.

      • pos: StringPosition

        An object containing Start and End properties that define the substring's range.

      Returns string

      The substring from str starting at pos.Start and ending at pos.End.

      4.0.0

      2021-12-14