Just you can try with another expression
System.Text.RegularExpressions.Regex.Matches(YourString,"^\$[\d.,]+")(0)
System.Text.RegularExpressions.Regex.Matches(YourString,"^\$[\d.,]+")(1)
Regards
Gokul
Just you can try with another expression
System.Text.RegularExpressions.Regex.Matches(YourString,"^\$[\d.,]+")(0)
System.Text.RegularExpressions.Regex.Matches(YourString,"^\$[\d.,]+")(1)
Regards
Gokul