Help for this page
$re[0] = qr (.*(?!system))i; $re[1] = qr (system)i; ... } } }
Regex: (?-xism:.*(?!system)) Value: oneitem oneitem matches (?-xism:.*(?!system)) ... Regex: (?-xism:system) Value: anothersystem anothersystem matches (?-xism:system)