------_=_NextPart_001_01C8A3A1.3A855550
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: quoted-printable
Hi All,
=20
I have string like OMS.FD.08.03.000.0 Now my req. is that if the string
contains .0 at the end then I want to remove that .0 but if any other
digit is there other than .0 then don't do anything.
=20
For example: if string is : OMS.FD.08.03.000.0 then regular expression
should give OMS.FD.08.03.000
=20
But if string is : OMS.FD.08.03.000.18 then don't do anything=20
=20
Please help.
=20
Regards,
Irfan
=20
------_=_NextPart_001_01C8A3A1.3A855550--