Help for this page

Select Code to Download


  1. or download this
    while (<file>) {
      while (/(regex1|regex2|regex3)/gi) {
       f($1);
      }
    }