Why?
I need to translate HTML content using third party API, which has request payload limits.
It would be great, to be able to split content by the $limit.
As an alternative - you could simply return the truncated part and the remainder, so we could truncate the remainder again.