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).*>\S*<\/\1>/i); | + | //h3=new RegExp(/<(h3).*>\S*<\/\1>/i); |
+ | h3=new Regex(@"<\s*(?<tag>" + "h3" + @")[^>]*>(?<content>.*?)<\s*/\s*\k<tag>\s*>", RegexOptions.IgnoreCase); | ||
var titles=ans.match(h3); | var titles=ans.match(h3); |
Revision as of 00:52, 26 October 2008
|