vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Function substringAfterLast

    • Returns section of the string after the last occurrence of the specified delimiter; in case the delimiter does not occur returns the whole string

      Parameters

      • value: string

        Value

      • delimiter: string | RegExp

        Delimiter string passed ot split

      Returns string