Re: unexpected behaviour for python regexp: caret symbol almost useless?

2006-05-29 Thread conan
nyone interested it is on: http://www.lugmen.org.ar/~p10n/sources/conan/utilidades/GetWidgets.py However is still pretty unmature, since it lacks some checks. -- http://mail.python.org/mailman/listinfo/python-list

Re: unexpected behaviour for python regexp: caret symbol almost useless?

2006-05-29 Thread conan
Thank you, i have read this but somehow a missed it when the issue arose. -- http://mail.python.org/mailman/listinfo/python-list

unexpected behaviour for python regexp: caret symbol almost useless?

2006-05-28 Thread conan
This regexp '' works well with 'grep' for matching lines of the kind on a XML .glade file However that's not true for the re module in python, since this one takes the regexp as if were specified this way: '^' For some reason regexp on python decide to match from the start of the line, no matt