我有一個大文件引用其中的一個URL。它始終格式:C#中的通配符字符串替換
URL="........." - where the ellipses are the URL.
我有一個新的URL想,以取代以前的,我想知道是否有任何形式的通配符字符串替換的。
Example:
A large string contains: URL="google.com"
Problem:
I need to replace the above with: URL="123.com"
感謝所有幫助
[與string.replace](https://msdn.microsoft.com/en-us/library/fk49wtc1 (v = vs.110).aspx) – adv12