if( /sdfsd/||/abc/||/def/||/hijk/ ) {.....} #### $a = /sdfsd/||/abc/||/def/||/hijk/; $b = /qqqq/||/ff/||/wqeoir/; if ($a) {...}