i was wondeiring that if Copy() and Clone() method do the same task whats diffrence between them and which one to use
as per what i have searched aboout is that clone() makes a new string and copy() just do copy an existing string and use it
if this is correct than which one is better