Beefy Boxes and Bandwidth Generously Provided by pair Networks
No such thing as a small change
 
PerlMonks  

Re: regex for negating a sequence

by monarch (Priest)
on Oct 04, 2006 at 15:49 UTC ( [id://576352]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Test::Simple tests => 14;
    use strict;
    ...
        "lead bytes with 2 sets of bad bytes" );
    ok( !mytest( "\x26\x67\x26\x67____\x26\x67" ),
        "lead bytes with 2 sets of bad bytes" );
    
  2. or download this
    C:\temp>perl -w regexp.t
    1..14
    ...
    ok 12 - lead bytes with 2 sets of bad bytes
    ok 13 - lead bytes with 2 sets of bad bytes
    ok 14 - lead bytes with 2 sets of bad bytes
    

Log In?
Username:
Password:

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

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

    No recent polls found