actually, i have a line like ....
123..345,456..567,678..789
and i have to substitute each number (like 123) by adding something to it.
so if i have to add 20 to each,
the regular expression should substitute 123 by 143 (i.e.123+20 )
345 by 365
456 by 476 and so on
so how can I write the regular expression ????