Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl: the Markov chain saw
 
PerlMonks  

Re: Matching permutations with regex

by rsFalse (Chaplain)
on Nov 21, 2018 at 14:10 UTC ( [id://1226128]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
        
    ...
            
            }
    
  2. or download this
    #!/usr/bin/perl
        
    ...
            }
    
  3. or download this
            my $re = 
                ', \w*(\w)\w* 
    ...
                (??{ ( grep $_ > $times, values %occ ) ? "(*F)" : "" })
                ' x ( $times * length $string );
                ;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (5)
As of 2024-04-23 18:03 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found