Tamarin:Strings: Difference between revisions

Line 87: Line 87:
   if (s->matches ("<?xml", 5)) ...
   if (s->matches ("<?xml", 5)) ...
   else if (s->matches ("<![CDATA[", 9)) ...
   else if (s->matches ("<![CDATA[", 9)) ...
   if (s->indexOf (":")) < 0) ...
   if (s->indexOf (":")) < 0) ...
55

edits