chicken-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Chicken-users] Neophyte in scheme: string-split not quite what I wa


From: Moritz Heidkamp
Subject: Re: [Chicken-users] Neophyte in scheme: string-split not quite what I want
Date: Fri, 20 Jul 2012 12:26:50 +0200

Hi Charles,

Charles Hixson <address@hidden> writes:
> What I want is something that will split strings at character class
> boundaries (alpha, numeric, punctuation, white, other), and NOT
> discard the places where it splits.  Is there a better choice than
> irregex?  The pattern for doing that on a utf-8 string gets quite
> messy.

Irregex should do the trick. How does it get messy for you? Can you
show how you tried it?

Moritz



reply via email to

[Prev in Thread] Current Thread [Next in Thread]