Re: [Pharo-users] StringSlice

2020-02-04 Thread Julien Delplanque
Hello Kasper, Looks promising, can help a lot when analyzing Strings. Will try it next time I need such feature. :-) Good work! Julien Le 4/02/20 à 15:25, Kasper Østerbye a écrit : Hi, I was working on parsing longer texts, and my program was extracting substrings which sometimes were rath

[Pharo-users] StringSlice

2020-02-04 Thread Kasper Østerbye
Hi, I was working on parsing longer texts, and my program was extracting substrings which sometimes were rather large. Not that it actually caused any problems, but it kind of hurt my feel for good code to do that. It has most surely been done before, but here it is again then, string slices. htt