how to replace '............344' with empty string from the string like: '1. visual basic.net ............344' i am using regular expression in vb.net this is the sample code sText = Regex.Replace(sText, " (\\.+)\\d+", ""); thanx
how to replace '............344' with empty string from the string like: '1. visual basic.net ............344' i am using regular expression in vb.net this is the sample code sText = Regex.Replace(sText, " (\\.+)\\d+", ""); thanx
how to replace '............344' with empty string from the string like: '1. visual basic.net ............344' i am using regular expression in vb.net this is the sample code sText = Regex.Replace(sText, " (\\.+)\\d+", ""); thanx