On Jun 27, 5:27 pm, cakomo <[EMAIL PROTECTED]> wrote:
> On Jun 27, 3:06 am, John Machin <[EMAIL PROTECTED]> wrote:
> >    new_line = re.sub(r'.\x08', old_line, '')
>
> >       new_line = re.sub(r'[^\x08]\x08', '', old_line)
>
> Thanks John
> I will try it but, do you think regex replacement gonna erase the
> prev. char.?

Yair i think its gunna y do u ask?
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to