Extracts the extension of a file name
Usage
extract_file_extension(file_input)
Arguments
- file_input
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.