I need a help with my code, I'm trying to format a text in a string setting breaklines before the dates formats.
Example:
string formulario = "21/02/2011 - 15:02 - Albert Einsten - Won the lottery 21/11/2012 - 16:14 - Nicollas Tesla - Lost his keys. Keys Id: 0666793 ";
I need my string to be in the next format:
21/02/2011 - 15:02 - Albert Einsten - Won the lottery
21/11/2012 - 16:14 - Nicollas Tesla - Lost his keys. Keys Id: 0666793
\nOr you can use@before your string to conserve whatever line breaks you include in the stringformularioall one line like that? Or is there new line characters in it?