Use lambda in str.replace/re.sub

Example: '1 1 1 1'.replace('1', lambda char, index: str(index)+char) # '01 11 21 31'

We have this in re.sub(). Not sure we need a second way to do it. On Sun, Jul 19, 2020 at 12:57 PM artem6191 <artem129871@gmail.com> wrote:
-- The dead increasingly dominate and strangle both the living and the not-yet born. Vampiric capital and undead corporate persons abuse the lives and control the thoughts of homo faber. Ideas, once born, become abortifacients against new conceptions.

We have this in re.sub(). Not sure we need a second way to do it. On Sun, Jul 19, 2020 at 12:57 PM artem6191 <artem129871@gmail.com> wrote:
-- The dead increasingly dominate and strangle both the living and the not-yet born. Vampiric capital and undead corporate persons abuse the lives and control the thoughts of homo faber. Ideas, once born, become abortifacients against new conceptions.
participants (2)
-
artem6191
-
David Mertz