file = "cv-api/README.md" module = "cv-api" println(file.matches(module)) println(file.matches("^${module}.*"))