❔ LINQ
Does linq have its own replace method? If so, does it make a new string or modify? Also is there a way to replace a string without making new string?
unsafe territory and start swapping bytes around... no, you can't change a string without making a new string"dog" into "cat" or some such?["dog", "is", "dog"] into ["cat", "is", "cat"] for example?/close