Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re: regex for negating a sequence

by pizza_milkshake (Monk)
on Oct 03, 2006 at 20:11 UTC ( [id://576179]=note: print w/replies, xml ) Need Help??


in reply to regex for negating a sequence

whoops, it's been a while
#!/usr/bin/perl -wl # ex: set ts=2 et: use strict; use warnings qw(all); $_ = "\x26\x67\x26\x67"."ABCDEFGHIJKLMN"; print $1 while /(\x26\x67(?!\x26\x67).{8})/g;

Log In?
Username:
Password:

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

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

    No recent polls found