I have a string.
string strToProcess = 'fkdfdsfdflkdkfk@dfsdfjk72388389@kdkfkdfkkl@jkdjkfjd@jjjk@';
I need to add a newline after every occurence of ‘@’ symbol in the string.
My Output should be like this
fkdfdsfdflkdkfk@ dfsdfjk72388389@ kdkfkdfkkl@ jkdjkfjd@ jjjk@
Use
Environment.NewLinewhenever you want in any string. An example: