Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: Split a string based on change of character (also)

by tye (Sage)
on Jul 28, 2007 at 07:41 UTC ( [id://629262]=note: print w/replies, xml ) Need Help??


in reply to Split a string based on change of character

my $str= "AAABBCCCC"; my @x; push @x, $1 while $str =~ /((.)\2*)/g;

- tye        

Log In?
Username:
Password:

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

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

    No recent polls found