in reply to
Re: Unique-Character Substring
in thread
Unique-Character Substring
Wow... very nice. I see exactly what you did. You reversed the domain of the
index()
-- instead of seeing where 'x' occurs next in the string, you see if it's already occurred in the substring.
Damn. Nice.
japhy
--
Perl and Regex Hacker
Comment on
Re: Re: Unique-Character Substring
In Section
Craft