chicken-users
[Top][All Lists]
Advanced

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

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


From: Charles Hixson
Subject: [Chicken-users] Neophyte in scheme: string-split not quite what I want
Date: Wed, 18 Jul 2012 22:28:38 -0700
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.16) Gecko/20120613 Icedove/3.0.11

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.

--
Charles Hixson




reply via email to

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