a function, used by TransformationConfig, for testing if a certain file by the given file_path name should be transformed or not.
file_path
false
true
string
a function, used by TransformationConfig, for testing if a certain file by the given
file_path
name should be transformed or not.false
, then the file shall not be transformed.true
, then the file will be transformed, and its name will remain the same as before (unchanged).string
, then the file will be transformed, and it will be renamed to the outputstring
of the function.