February 09, 2008
I read: std.regexp is designed to work only with valid UTF strings as input.

Is it possible for an UTF-string (meaning a string obeying the UTF specs) to be invalid?
February 09, 2008
beep <beep@spam.com> wrote:
> I read: std.regexp is designed to work only with valid UTF strings as input.
> 
> Is it possible for an UTF-string (meaning a string obeying the UTF specs) to be invalid?

It's possible for an arbitrary char[] to be an invalid UTF string. That's what it means.

-- 
SnakE