I need help, so I have to write the data from a MultiLine TextBox to a Database, which is already working, but I have to do an automatic punctuation in that information that was entered by the user, I'll give you an example:
Isto é a primeira frase;
Isto é a segunda frase;
Isto é a última frase.
The last sentence will always have to contain a "." and the above phrases will have to contain a ";", it has to be done automatically, in case the user forgets, since this information will later be exported to a Word document and must contain this punctuation.
How do I get the program to do this automatically?