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@
ask by balaweblog translate from so 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…