Team:Warsaw/JSTest
From 2008.igem.org
(Difference between revisions)
Line 101: | Line 101: | ||
//ans=ans.replace("<h3></h3>",""); | //ans=ans.replace("<h3></h3>",""); | ||
h3=new RegExp(/<(h3).*>(.*)<\/\1>/i); | h3=new RegExp(/<(h3).*>(.*)<\/\1>/i); | ||
- | alert(ans. | + | alert(ans.split(/<h3>/i)); |
var topics=ans.split(h3); | var topics=ans.split(h3); | ||
for (var i=0;i<topics.length;i++) | for (var i=0;i<topics.length;i++) |
Revision as of 00:33, 26 October 2008
|