JpnForPhp\Transliterator\TransliterationSystem::preTransliterate PHP Method

preTransliterate() protected method

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