'BormParticipant' allButFirst: 4
('BormParticipant' splitOn: 'Borm') last
Isn't it the case that a remove* methods mostly return what has been removed? Wouldn't beIn the Moose configuration, there is a CollectionExtensions that allows you to do this:'BormParticipant' removePrefix: 'Borm' "-> 'Participant'".'BormParticipant' removeSuffix: 'Participant' "-> 'Borm'"For Pharo 5, we should move these extensions to Pharo.withoutPrefix:withoutSuffix: