Help for this page

Select Code to Download


  1. or download this
    input: '(aaa) (bbb (ccc( ddd) eee) (fff)'
    output:
       '(aaa)'
       '(bbb (ccc( ddd) eee)'
       '(fff)'
    
  2. or download this
    input: '(aaa) (bbb (ccc( ddd) eee) (fff)'
    output:
    ...
       '(bbb'
       '(ccc( ddd) eee)'
       '(fff)'