nunomaduro/termwind

[Bug] Add text trimming for table cells

butschster opened this issue · 0 comments

$trimedText = ltrim($node->textContent);
$text = preg_replace('/\s+/', ' ', $trimedText);