Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: regexp everything except

by uksza (Canon)
on Aug 08, 2005 at 08:27 UTC ( [id://481819]=note: print w/replies, xml ) Need Help??


in reply to regexp everything except

Hello!
Hmm... Is it goot enougth?
#!/usr/bin/perl use strict; use warnings; my $zm = "ble ble book uff uff cover asdf asdfa ala book coverr"; $zm = join(' ', grep {/\b(book|cover)\b/} (split / /,$zm)); print $zm;
greets
uksza

Update (\b) thanks Zaxo

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (5)
As of 2024-04-20 01:07 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found