Help for this page

Select Code to Download


  1. or download this
    /(?(?{! whatever() })(?!))/
    
  2. or download this
    /(?(?{ whatever() })|(?!))/
    
  3. or download this
    /(?(?{ whatever() })|(*FAIL))/
    
  4. or download this
    /(?{ whatever() })/
    
  5. or download this
    /(?{ whatever() }?)/