Extracts the extension of a file name
Usage
extract_file_extension(file_name)
Arguments
- file_name
Character string of a file name or path. Must only include
one ".", which is used as the separator.
Details
Extracts the file extension from a character string using "\." as the
separator.