We have some use cases where clients are supplying semantic version values as a string to a property. Then they want to sort these in the natural order to either populate a UI or procedurally select the highest version (for example).
Is it feasible to support natural sort option for these types of cases?