Python
112
Вклад в тег
var str1 = 'Зеленая поляна';
re1='ная';
re2='яна';
var str_new = str1.replace(re1, 'ную');
var str_new=str_new.replace(re2,'яну');
cur.execute('...select .... from ?', (d['ru']))
#[-а-яА-Я]+