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=new RegExp(/<(h3).*>(\S*)<\/\1>/i); |
var titles=ans.match(h3); | var titles=ans.match(h3); |
Revision as of 00:46, 26 October 2008
|