Home
last modified time | relevance | path

Searched refs:extregex (Results 1 – 1 of 1) sorted by relevance

/plugin/move/helper/
H A Dfile.php119 …* @param string $extregex Regular expression for matching the extension of the file that shall be …
122 protected function execute($dir, $src_ns, $src_name, $dst_ns, $dst_name, $extregex) { argument
127 $regex = '/^' . preg_quote(utf8_encodeFN($src_name)) . '(' . $extregex . ')$/u';