Help for this page

Select Code to Download


  1. or download this
    while (<FILENAME>) {
    s/(?<!\\)\$[a-zA-Z0-9_]+/change_name($&)/ge;
    }