<?php $text = new DOMText("Äpfel wachsen überirdisch"); # ^ # `- 15th character "b" $text->splitText(15); var_dump($text->wholeText); # string(17) "Äpfel wachsen ü"
You have javascript disabled. You will not be able to edit any code.