fcn stripper(text, a="/*", b="*/"){ while(xy:=text.span(a,b,True)){ x,y:=xy; text=text[0,x] + text[x+y,*] } text }