I have to execute the same sql in two different programs. Each of them marks parameters differently.
Anyway, I have found the solution.
cnv_sel = re.sub(r"(:(.+?)\b)", r"${\2}", sel)
Reagards.
--
https://mail.python.org/mailman/listinfo/python-list
