SAP Cloud SDK for JavaScript - v4.8.0
    Preparing search index...

    Function removeFileExtension

    • Remove file extension from a string, e.g. remove 'test.jpg' would return 'test'.

      Parameters

      • fileName: string

        File name to remove the file extension from.

      Returns string

      File name without extension.