Filtering in k?
For instance, if a have a string: p:"abc def" I want to remove all the spaces. In k2, I've done this: pm:{~x=" "}'p p:(pm[>pm]?0)#p@>pm In k3, is there a better way? Or is there a better way in k2 that I missed? -- Sent from my Android device with K-...