I need to split html document on two parts. First part, should contain N(30) words, and next one should contain everything else. And the main problem, is to prevent splitting tags (description and body of tags).
<a **<=>** href="text" > text </a>
p><a href="text" > **<=>** text </a>
p><a href="text" > text </ **<=>** a>
p>
Bana lütfen öneriler vermek (ya da zaten böyle bir fonksiyonu yazdım, kodunuzu paylaşın lütfen) bunu gerçekleştirmek için nasıl! Teşekkürler.