Peter Uhnák wrote: >am I really blind, or is there no way to do something like >'BormParticipant' removePrefix: 'Borm' "-> 'Participant'"
what about: 'BormParticipant' allButFirst: 'Borm' size -> 'Participant' Bye T.
Peter Uhnák wrote: >am I really blind, or is there no way to do something like >'BormParticipant' removePrefix: 'Borm' "-> 'Participant'"
what about: 'BormParticipant' allButFirst: 'Borm' size -> 'Participant' Bye T.