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

    Function GetFileNameFromURL

    • Extracts the file name from a given URL string.

      This function removes any query parameters from the URL and then returns the substring after the last slash (/), which is typically the file name.

      Parameters

      • url: string

        The URL string from which to extract the file name.

      Returns string

      The file name extracted from the URL.

      1.1.7

      2018-08-30