Y
Hacker News
new
|
ask
|
show
|
jobs
by
orphea
268 days ago
> Strings in C# are inmutable.
Yes, but
> To work with strings you should use StringBuilder.
It helps
combine
strings together. The author needed the opposite -
split
/slice strings.