Help for this page

Select Code to Download


  1. or download this
    this    is (some more) 
    JOY code
    
  2. or download this
    "this", "is", "(some more)", "JOY", "code"
    
  3. or download this
                                 
    # match when between unescaped reverse parens                         
    +          
    # ..or start/end of string                                            
    +          
    ...
       (?<!\\) \( ) #unescaped lparen                                     
    +          
     )
    /xs, $script;