> On 15 Mar 2019, at 23:06, Tim Mackinnon <tim@testit.works> wrote: > > aString detect: [:c | ($0 to: $1) excludes: c] ifFound: aBlock. (Evaluate a > block if the string isn’t all 0 and 1’s) (aString allSatisfy: [ :each | '01' includes: each ]) not.
- [Pharo-users] Why doesn't collection have #excludes ... Tim Mackinnon
- Re: [Pharo-users] Why doesn't collection have #... Ben Coman
- Re: [Pharo-users] Why doesn't collection have #... Sven Van Caekenberghe
- Re: [Pharo-users] Why doesn't collection ha... Tim Mackinnon
- Re: [Pharo-users] Why doesn't collection have #... Richard O'Keefe
- Re: [Pharo-users] Why doesn't collection ha... Sven Van Caekenberghe
- Re: [Pharo-users] Why doesn't collectio... Esteban Maringolo
- Re: [Pharo-users] Why doesn't colle... Dale Henrichs
- Re: [Pharo-users] Why doesn't colle... Richard O'Keefe
- Re: [Pharo-users] Why doesn't collection ha... Tim Mackinnon
- Re: [Pharo-users] Why doesn't collectio... Tim Mackinnon