Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Jan 6, 2022
1 parent 0f026d7 commit f317d23
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/Utils/Finder.php
Expand Up @@ -176,6 +176,12 @@ public function and(): static
}


public static function escapeMask(string $path): string
{
return preg_replace('[', '[[]', $path); // don't know how to escape {
}


/********************* filtering ****************d*g**/


Expand Down

0 comments on commit f317d23

Please sign in to comment.