Exemplo n.º 1
0
 public static function cleanSeparators($sPath)
 {
     return regexp::replace('#[\\\\/]+#', '/', $sPath);
 }