Are you aware of the ‘finder’ tool?, in particular the ‘examples' mode is useful.
try: ‘aaa_bbb-ccc’. ‘_-‘. #(‘aaa’ ‘bbb’ ‘ccc’) Best, Kasper On 28 December 2019 at 08.12.03, Roelof Wobben via Pharo-users ( pharo-users@lists.pharo.org) wrote: Op 27-12-2019 om 23:33 schreef Richard O'Keefe: > aString splitOn: ' -_' asSet Hello Richard, Thanks again , I find this "aString splitOn: '_- ` asSet " much cleaner but on some way I does not split for example 'Portable Network Graphics' into " #(Portable, Network, Graphics) ". When I debug it , it seems there is no splitting at all. So today time to dive into it why it does not work and how to solve it. Roelof