var fNum = parseFloat("32.23.45");
results in 32.23 but I need the string from last decimal point: 23.45
For example, the following strings should return the following values:
- "12.234.43.234" -> 43.234,
- "345.234.32.34" -> 32.34 and
- "234.34.34.234w" -> 34.34