How do I use this Java regular expression ("\\d+\\.*\\d+"); in the Oracle regexp_replace function. This is working fine in Java, but with Oracle, it is not working.
Example data:
<Tier><grade><><sdlc><17,10><> : result should be 17.10
<><sdlc><16,909312> : 16.909312
<><sdlc><11396,87> : 11396.87
<20121217> : 20121217
<UNIT><6086> : 6086
<Tier1><><sdlc><0,47> : 0.47
("ddddabcadd")is a correct word, or do you mean("1234asdf1234")?