stripFile

Strip the filename with the regexp or if that fails use the input filename as is.

@trusted
string
stripFile
(
string fname
,
Regex!char re
)

Meta