Help for this page

Select Code to Download


  1. or download this
    @blocks = grep / type =/, /:\w.*?(?=:\w)/sg;
    
  2. or download this
    @blocks = grep / type =/, /^[^:]*:\w.*\n(?:[^:]*: .*\n)*/mg;