WriteLine( "^ substituted for *: " + testString1 ); 21 testString1 = Regex.Replace( testString1, "stars", 22 ; "carets" ) 23 Console.
確定! 回上一頁