1. searching the page two times rather than one is a little bit time consuming . 2. starting the second search from the first match.endpos does reduce the time consuming . 3. how to combine both patterns into one regex? while using the special | regex operator only matches one regex not both -- https://mail.python.org/mailman/listinfo/python-list
- use regex to search the page one time to get two types o... iMath
- Re: use regex to search the page one time to get tw... iMath
- Re: use regex to search the page one time to ge... Peter Otten
- Re: use regex to search the page one time t... iMath
- Re: use regex to search the page one ti... Chris Angelico
- Re: use regex to search the page one time to get tw... Friedrich Rentsch