Copy a string: Difference between revisions

Content deleted Content added
→‎[[C plus plus|C++]]: Point to C++ instead of C plus plus
→‎[[Java]]: Use Java header instead
Line 130: Line 130:
stringa count stringb place
stringa count stringb place


==[[Java]]==
=={{header|Java}}==
[[Category:Java]]
String src = "Hello";
String src = "Hello";
String newAlias = src;
String newAlias = src;