const config = {
'а' : 'a',
'е' : 'e',
'B' : 'B',
'Т' : 'T',
'К' : 'K',
'с' : 'c',
'о' : 'o',
'H' : 'Н'
}
const Replace = text => {
for(let i = 0; i < text.length; i++)
{
if (text[i] == config[text[i]) {ok}
}
}
$p = "|[а-я]|is"; if(preg_match($p, $fullname666)) { $ru= '&ned=ru_ru&hl=ru'; };