I have a specific need to strip characters from a PHP input.
For example, we have a version number and I only need the last part of it.
Given 14.1.2.123
I only need 123
Given 14.3.21
I only need the 21
Is there a way that I can get just those numbers in PHP?