You can try with this regex expression
System.Text.RegularExpressions.Regex.Matches(YourString,"^\W[\d.,]+")(0)
System.Text.RegularExpressions.Regex.Matches(YourString,"^\W[\d.,]+")(1)
Regards
Gokul
You can try with this regex expression
System.Text.RegularExpressions.Regex.Matches(YourString,"^\W[\d.,]+")(0)
System.Text.RegularExpressions.Regex.Matches(YourString,"^\W[\d.,]+")(1)
Regards
Gokul