Help for this page
Select Code to Download
Select
or
download this
while (<file>) { while (/(regex1|regex2|regex3)/gi) { f($1); } }