){
chomp;
s/$lt/g;#these two must be first.
s/>/$gt/g;
s/$/$r/g;
s/ /$b/g;
s/\t/$t/g;
s/\".*\"/$strs$&$matcher/g;#this one also must be first among the last.
s/\'.*\'/$number$&$matcher/g;
s/\/\*/$comment\/\*/g;
s/\*\//\*\/$matcher/g;
s/^[ \t]*#[a-z]+/$macro$&$matcher/g;
#look ahead & after, but NOT go.
s/(?=\W)\d\w*(?=\W)/$number$&$matcher/ig;
s/(?=\W|^)$keystring(?=\W)/$keywd$&$matcher/g;
print OUTF "$_\n";
}
print OUTF "
";
print OUTF "This is generated by c2html.pl. Copyright © WANG Cong.
\n";