(PHP 8 >= 8.4.0)
Dom\Text::splitText — Breaks this node into two nodes at the specified offset
   Breaks this node into two nodes at the specified offset, 
   keeping both in the tree as siblings. 
  
offsetThe offset at which to split, starting from 0.
   The new node of the same type, which contains all the content at and after the 
   offset.
  
