No subject


Wed Oct 21 09:06:49 CEST 2009


----------------------
} elseif (preg_match('/\r?\n\s*$/',$allParts[$c-1]))  {  // There must be a line-break char before.
  $subparts=explode('>',$v,2);
  if (preg_match('/^\s*\r?\n/',$subparts[1]))  {  // There must be a line-break char after
----------------------

I just noticed the whole thing is done using an "explode" on the whole typoScript. I guess
it would speed up things a little bit, if a clever regular expression get's used. If I find
time till 4.4 and remember this issue I'll take care of it.


greets,
Bernhard


More information about the TYPO3-team-core mailing list