realbob wrote:@ kamoteka
Hi, very interesting you files. I am trying to make a good french canadian one, I would need some clarifications.
In this line:
/(?i)([\s,\.]r_art_s.*[\s,\.])ABEY(,*)(\.*)(\s+)(.*r_art_e[\s,\.])/-->"\1 ABBEY \2\4\5";ENGs_NQ
Could you explain me a bit more? I am used with the \x, and \r, but what about all the rest? If you could explain me the whole line when you get a chance I would rellay appreciate.![]()
Thanks!
Frankly, I don't understand the detailed code either. I was just looking for a pattern and from what I saw in the rules.txt and the commands.csv files, the above code means:
if "ABEY" is found between "r_art_s" and "r_art_e" change it to "ABBEY".