Sometimes, people send messages from their computer, but how can I find out where the line break was added in their text?
For example, in this text below:
ABC<br>
123
there is an carriage return between C
and 1
How can I detect this in JavaScript?