http://qs321.pair.com?node_id=275583


in reply to Re: Tk text widget indices.
in thread Tk text widget indices.

Hi ,
Thanks a lot for the reply.Is it possible to do
regex matches in a Tk text widget? I need not only
to search for the **'s, I need to extract
the word next to the 2nd *, change it's font color
and then delete the **'s.The user needs to see the text
in a window, and the font color change for certain words
on a button click.
I need to mark certain word with
the color change instead of the **'s I previously used.
Thanx