return preg_replace("|^/*(.+?)/*$|", "\\1", $str);

to

return trim($str, '/');
1 file changed
tree: a594ba408620e20895c85ab4c10851c79ef7c7a7
  1. index.php
  2. license.txt
  3. system/
  4. user_guide/