Dear All,
I need split Character & Numeric from string to 2 elements.

My string in some case as like this:
Case1: A13   -> The result must be in array: [A, 13]
Case2: ACB12334 -> The result must be in array: [ABC, 12334]
...

Thank you for help
Hue


_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to