Help for this page

Select Code to Download


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