I want to give the possibility to match string with wildcard *.
*
Example
$mystring = \'dir/folder1/file\'; $pattern = \'dir/*/file\'; string
$pattern = str_replace( '\*' , '.+?', $pattern); // at least one character