There is a string
Country of origin: Slovakia. The HT 17/43 safe can be installed and secured in furniture, between the shelves, as only this model has non-standard dimensions for safes (the depth and width of the safe is 2-2.5 times the height). This aspect ratio is most convenient for installation in furniture. In this case, the space reserved for the safe is used to the maximum. The safe is equipped with emergency access keys (Mauer – Germany, Borg-England), which excludes blocking of the electronic lock in case of code loss.
I did it first
var lst = str.Split('.').ToList();
Everything is correct in principle, but when there are words т.к
2.5 times, then the sentence is semantically incorrectly divided into lines. How to be in such cases? How to semantically correctly divide lines into sentences?
Split('. ')
, But this is bad advice. Look towards regular expressions. - s8am