Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re^3: Faster regex to split a string into runs of similar characters?

by dave_the_m (Monsignor)
on Nov 21, 2016 at 14:16 UTC ( [id://1176251]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
        while( substr( $$str, $y * $WIDTH, $WIDTH ) =~ m[((.)\2*)]mg ) {
        ...
    
  2. or download this
    sub f { "abc" }
    
    1 while f() =~ /./g;
    

Log In?
Username:
Password:

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

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

    No recent polls found