I am having a problem i am getting a string from a table where values are:
9964125 36,985.00 1,626.00 38,001.00 5.00% - 2.50% 91 0.00 2.50% 91 0.00 39,821.00
as you can see here there is a space between 91 and 0 but this is the same Number that is 910. So i need to remove the 2 Blank space between them because when i remove the Spaces the whole value will get concatinated.
Great
can i have a view on the regex if possible
and input string passed to that as well
the reason is this could help us to go in right direction
Cheers @Gaurav_Kumar2
@Palaniyappan Sorry Broo i can not share that regex and input string because its confidential. I need to work only with this string which i have shared.
Hi @Prashant9961 Its not working for me as am getting this string "9546525 49,235.00 1,565.0050,898.00 5.00% 2,467.00 2.50%- 2.50%- 53,357.00 as you can see it concatenated the 1565.0050,898.00 but these numbers are separate.