Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^3: Split a string based on change of character

by eyepopslikeamosquito (Archbishop)
on Jul 28, 2007 at 23:47 UTC ( [id://629349]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Split a string based on change of character
in thread Split a string based on change of character

As you might expect, I was tempted to (ab)use the magical $| flip-flop variable:

my @words = grep --$|, split /(?<=(.))(?!\1)/, $string;
but was able to restrain myself. :-)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (5)
As of 2024-04-25 10:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found