pablo
public text v1 · immutable<html><head><title>Test</title><script type="text/javascript"><!--function regtest(value){ var myreg = /extract_(.*)_that/; myreg.exec(value); alert(RegExp.$1);}//--></script></head><body><form action = ""><input name = "Regform" value ="value ?"><input type="button" value="output" onClick="regtest(this.form.Regform.value)"></form></body></html>