Hi, I'd like to mimic the V sort order in python. Is there any easy to use comparison available in python? The following implementation is simple but it is not exactly the same as the sort order of V used in sort. Thanks.
https://blog.codinghorror.com/sorting-for-humans-natural-sort-order/ -- Regards, Peng
