Question: sort list based on numerical part of name

I have sets of names with numeric parts like X:={x12, x1, x3, x15, x2, x9}.

How can I sort X based on the numeric part so Xsort:={x1, x2, x3, x9, x12, x15}.

Thank you.

Please Wait...