Help for this page

Select Code to Download


  1. or download this
    $sexp = qr/
        (?<sexp>
    ...
          [['A', 'A'],
           ['(B C)', [['B', 'B'],
                      ['C', 'C']]]]);