genTLD.pl - generates the massive regex that represents .tld
tld_regex.txt - saved output
convert2RegExp_1.js - the first part of the function
convert2RegExp_2.js - the second part of the function

if you run:
   cat convert2RegExp_1.js tld_regex.txt convert2RegExp_2.js
you should get the complete function


