module Filenames: sig .. end
sig
end
val get_extension : string -> string
string -> string
return the extension of the filename. if the string doesn't contain any occurence of the character '.' then the function returns an empty string