Team:Warsaw/JSTest
From 2008.igem.org
(Difference between revisions)
Line 99: | Line 99: | ||
function trimContents(ans, title) | function trimContents(ans, title) | ||
{ | { | ||
- | + | h3=new RegExp(/<h3.*>(.*)<\/h3>/i); | |
- | h3=new RegExp(/<h3[^>]*>((?:.|\n)*)<\/h3>/i); | + | //h3=new RegExp(/<h3[^>]*>((?:.|\n)*)<\/h3>/i); |
- | var topics=ans.split( | + | var topics=ans.split(h3); |
for (var i=0;i<topics.length;i++) | for (var i=0;i<topics.length;i++) | ||
{ | { |
Revision as of 01:01, 26 October 2008
|