From bfb4596e8128ce9848aa3a1063fd4e220bd11104 Mon Sep 17 00:00:00 2001 From: Pascal <65159092+pas-calc@users.noreply.github.com> Date: Sun, 21 Feb 2021 17:37:22 +0100 Subject: [PATCH] Update 2015-09-25-cleanerml.md explain how to use file matching using what attribute : search = "..." --- _posts/2015-09-25-cleanerml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2015-09-25-cleanerml.md b/_posts/2015-09-25-cleanerml.md index c0b8854..887f8a0 100644 --- a/_posts/2015-09-25-cleanerml.md +++ b/_posts/2015-09-25-cleanerml.md @@ -62,7 +62,7 @@ To learn CleanerML so you can write your own cleaner, read these resources: ### Matching files -CleanerML allows several ways to match files: +CleanerML allows several ways to match files. Possible values for `search` are: * **file**: matches a single file. * **glob**: matches one or more files with a simple pattern. See the Python documentation on [glob](https://docs.python.org/2/library/glob.html).