标签: vb.net string
Can anyone please help me create a program that will delete special characters, like -, (, ) or spaces, when entering phone number?
-
(
)
答案 0 :(得分:0)
dim number as string = Regex.Replace(phoneNumber,"[^0-9]","")