in reply to Re: Elegant way to split into sequences of identical chars?
in thread Elegant way to split into sequences of identical chars?
With aminor change to qr/(.)\1*/; to pick non repeated characters, it works fine.
Very elegant++.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Elegant way to split into sequences of identical chars?
by pKai (Priest) on Nov 30, 2005 at 10:07 UTC |