Replace the content in another string with the specified string in C #

xiaoxiao2021-03-05  20

Using system.text.regularexpressions;

String mystring; mystring = "this is a test."; mystring = regex.replace (MyString, "IS", "WAS");

转载请注明原文地址:https://www.9cbs.com/read-38969.html

New Post(0)