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
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