I have a sample string - \'20yabcyabc5yab10y\' I want to find a way in Python using regular expression replace any \'y\' preceding by digits to \'y_\' and have something lik