JpnForPhp\Transliterator\TransliterationSystem::preTransliterate PHP Méthode

preTransliterate() protected méthode

To be executed before the transliteration workflow.
protected preTransliterate ( string $str ) : string
$str string The input string.
Résultat string The string ready for transliteration.
    protected function preTransliterate($str)
    {
        return $str;
    }