Help for this page

Select Code to Download


  1. or download this
     tag as the pseudo HTML is creating havoc on square brackets.
    <code>
    
    ...
    2)
    a[] = [ this is a [ test ] { test2 } ]
    Should return [ this is a [ test ] { test2 } ]
    
  2. or download this
    \[    <-  a square bracket
    .[^\/]  <- followed by any character but not an end bracket 
    +      <- at least one character