Closed LouTerrailloune closed 8 years ago
Hi all,
What is exactly the point of the translitRename function ? Is it a subjective transformation or is it a way to transform the filename/dirname so that it match ^[a-z0-9-]+$ ?
translitRename
^[a-z0-9-]+$
Hi,
way to transform the filename/dirname so that it match ^[a-z0-9-]+$,
like function transliterator_transliterate('Any-Latin; Latin-ASCII; Lower()',$a, $b)
http://php.net/manual/en/transliterator.transliterate.php
Hi all,
What is exactly the point of the
translitRename
function ? Is it a subjective transformation or is it a way to transform the filename/dirname so that it match^[a-z0-9-]+$
?