I am going to create some thing like a calculator.
There is a TextBox to enter expression and result will be calculated based on entered values and operators. for example users can enter:
(12000+15000)/2
I want to add separator for entered numbers.So the observable expression in TextBox should be :
(12,000+15,000)/2