normally,we use regular expression match from left to right direction,i want to know is there some switch can match from the right to left in python? or in any other language has this feature embedded
e.g.
abcd1_abcd2
if give a abcd
regular expression,it will match two abcd
,what i want is put the last match at first in a reverse direction match