Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Puzzlement in Splitsville

by thundergnat (Deacon)
on Jun 19, 2005 at 13:33 UTC ( [id://468115]=note: print w/replies, xml ) Need Help??


in reply to Puzzlement in Splitsville

I don't know if it is any more elegant....

push @runs, $1 while 'aaabbcddddaee' =~ /((.)\2*)/g; print "@runs\n";

Replies are listed 'Best First'.
Re^2: Puzzlement in Splitsville
by rir (Vicar) on Jun 30, 2005 at 21:11 UTC
    Update: I misread the question.

    thundergnat's pattern doesn't work for me with my 5.6.1, it puts every character into an element.

    I had: push @ans, $1 while $str =~ /(.{3}|.{1,2}$)/g;

    Be well,
    rir

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://468115]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others wandering the Monastery: (5)
As of 2024-04-24 19:08 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found