SourceForge.jp: Open Jane ttp://sourceforge.jp/projects/jane/ OpenJane (仮) ttp://sakots.pekori.jp/OpenJane/ Jane View ttp://www.geocities.jp/jview2000/ Jane2 Lovely ttp://www.janelovely.org/ Jane Style ttp://janestyle.s11.xrea.com/ Jane Nida ttp://members.at.infoseek.co.jp/koreawatcher/janenida.htm
Jane Plus+ ttp://janeplus.com/ Jane Plus+: Janeシリーズの比較表 (仮) ttp://janeplus.com/comparison/index.html Janeシリーズ の比較表 (仮仮) ttp://www.geocities.jp/janecomparison/
SourceForge.jp: Open Jane ttp://sourceforge.jp/projects/jane/ OpenJane (仮) ttp://sakots.pekori.jp/OpenJane/ Jane View ttp://www.geocities.jp/jview2000/ Jane2 Lovely ttp://www.janelovely.org/ Jane Style ttp://janestyle.s11.xrea.com/ Jane Nida ttp://members.at.infoseek.co.jp/koreawatcher/janenida.htm
Jane Plus+ ttp://janeplus.com/ Jane Plus+: Janeシリーズの比較表 (仮) ttp://janeplus.com/comparison/index.html Janeシリーズ の比較表 (仮仮) ttp://www.geocities.jp/janecomparison/
function func() { var roopnum = parseInt(document.Formmain.ROOP.value); var regstr = document.Formmain.REGEXP.value; var text = document.Formmain.STR.value;
re = new RegExp(""); re.compile(regstr);
var nowDay = new Date(); var beforetime = nowDay.getTime();
for (i = 0; i < roopnum; i++) { text.match(re) } var nowDay = new Date(); var aftertime = nowDay.getTime(); var progress = aftertime-beforetime; document.Formmain.RESULT.value = progress