Is it possible to compare decimal values for a value that also contains alphanumeric characters without using preg_replace
or stripping out the non-numeric values?
For instance comparing these 2 decimal values only ( ignoring any letters) with a simple operator like >
:
'down0.1.5.3'
'down0.1.7.1'