It seems simple enough, right? Well, I don't know.
Here's the code I'm trying:
input = Regex.Replace(input, "", "");
However, I'm receiving an error,
ArgumentException was unhandled - parsing "" - Illegal at end of pattern.
How do I do this?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…