Posts: 484
Threads: 49
Joined: Feb 2011
How to Replace part of String?
For example string "I'm going to work."
find "work" and reaplace with "school".
new string "I'm going to school."
Posts: 484
Threads: 49
Joined: Feb 2011
I want to replacve unknow string with for example "|", find "|" and repleace with "\n|"....
Posts: 3,934
Threads: 353
Joined: Jan 2010
Reputation:
0
Could you explain it a little more please.
Posts: 484
Threads: 49
Joined: Feb 2011
I have unknow string with for exapmle this symbols "|", i want to replace every symbol with "\n|" and to place that whole replaced string into another...
Posts: 484
Threads: 49
Joined: Feb 2011
Anyone?
I'm geting dini (get_Dini) with some comments, and i don't know the content of that dini, but i know that comments are separated by "|" and i want to use that simbol, to replace it ("\n|") and to make every comment in new line. And at the end to put that string into other string with other content, but that does not matter.
Understand?