Y
Hacker News
new
|
ask
|
show
|
jobs
by
_glass
960 days ago
Wouldn't you have replace("A,B,C", ",", " "), which is quite unreadable.
1 comments
troupo
960 days ago
Not if you go the C# way:
https://learn.microsoft.com/en-us/dotnet/csharp/programming-...
link