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

Re: string does not contain

by Hofmator (Curate)
on Jan 23, 2003 at 13:07 UTC ( [id://229299]=note: print w/replies, xml ) Need Help??


in reply to string does not contain

... and as nobody mentioned it so far, if you just match against a literal string like 'hello', then you could also use the index function:
# if 'hello' not contained in $string if ( index($string, 'hello' ) == -1) { # do something }

-- Hofmator

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (7)
As of 2024-04-25 15:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found