Help for this page

Select Code to Download


  1. or download this
    (?(?{NOT-COND})(?!))
    
  2. or download this
    (?(?{COND})|(?!))
    
  3. or download this
    /\b(\d+)\b(?(?{not($1 >= 128 && $1 <= 255)})(?!))/
    
  4. or download this
    /\b(\d+)\b(?(?{$1 >= 128 && $1 <= 255})|(?!))/