Module FileUtilStr


module FileUtilStr: sig .. end
FileUtil with Str regexp match test
Author(s): Sylvain Le Gall

val match_compile : string -> string -> bool
Compile FileUtil.Match expression using Str.regexp
val test : FileUtil.test_file -> FilePath.filename -> bool
See FileUtil.test
val find : FileUtil.test_file -> FilePath.filename -> bool
See FileUtil.find