6 lines
151 B
Text
6 lines
151 B
Text
fcn stripper(text,a,b,c,etc){
|
|
vm.arglist[1,*].reduce('wrap(text,c){
|
|
if (Void!=(n:=text.find(c))) text[0,n] else text
|
|
},text)
|
|
.strip()
|
|
}
|