yuku@
yuku
: 2009-07-01 02:59:50 UTC+0000
.hhc (html help workshop) to .html converter.
How to convert a hhc file to html.
Cara ubah file hhc jadi html.
Use this regular expression:
/<object.*?>.*?value="(.*?)".*?value="(.*?)".*?</object>/gism
replace with:
<a href="$2">$1</a>