info(int2str(match("[а-я]","test"))); // 0 - "e" английская info(int2str(match("[а-я]","tеst"))); // 1 - "e" русская