Write a regex to replace alpha-numeric characters in a string with empty string. string myString = "Hello World 12345, alright - we are good!"; Regex regex ...
確定! 回上一頁