I have a decimal number and I need to extract the decimal part of it.
For example, I have number 1.14 and I need to get .14 from that. How can I achieve that using regular expression.
Thanks in advance
I have a decimal number and I need to extract the decimal part of it.
For example, I have number 1.14 and I need to get .14 from that. How can I achieve that using regular expression.
Thanks in advance