in reply to string does not contain
# if 'hello' not contained in $string if ( index($string, 'hello' ) == -1) { # do something } [download]
-- Hofmator