- Регистрация
- 06.06.2016
- Сообщения
- 92
- Благодарностей
- 6
- Баллы
- 8
Hi,
I'm looking for a solution to split an article in several texts which must be under 3000 characters but i would like to keep sense, so i need to cut the text logically at the end of a sentence.
So how could i count the number of characters of a text, and then split it with my 2 constraints :
- characters numbers
- punctuation markers as : " . ? ! "
Thanks
I'm looking for a solution to split an article in several texts which must be under 3000 characters but i would like to keep sense, so i need to cut the text logically at the end of a sentence.
So how could i count the number of characters of a text, and then split it with my 2 constraints :
- characters numbers
- punctuation markers as : " . ? ! "
Thanks