Alphanumeric Sort Using PadNumbers
Problem Statement: Sort the Alphanumeric values Solution : below is the Code that helped to sort the alphanumeric values Example : you have the list var List = {a1,ba3,aa2,a2,ba2,aa3}; we can not sort this directly using [crayon-6736363fb2bc6614059373/] so to sort this we need to PadNumbers to value and then sort the List. with the help
Read more