Dec. 28, 2019
8:22 a.m.
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