सदस्यः:Shuaib-bot/replace
दिखावट
'correct-sa': {
'regex': True,
'msg': {
'sa':u'spell correct',
},
'replacements': [
#(u' ,', u' ،'), #FIXME: Do not replace comma in non-Arabic text, interwiki, image links or <math> syntax.
(ur'\bऎ\b', u'ऐ'),
(ur'\bऒ\b', u'ओ'),
(ur'\bॆ\b', u'े'),
(ur'\bॊ\b', u'ो'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
(ur'\bwrong\b', u'correct'),
],
'exceptions': {
'inside-tags': [
'interwiki',
'math',
'ref',
],
}
},