Displaying 1 result from an estimated 1 matches for "firstsplit".
Did you mean:
firstplot
2010 Feb 05
1
String Manipulation- Extract numerical and alphanumerical segment
...me with each element of "string.list" having a split string of
the above format. What I'd like to do now is extract the first two strings
of each element in "string.list" -- the "1234567" and the "z3" -- and place
them into two separate lists, say, "firstsplit.numeric.list" and
"secondsplit.alphanumeric.list"
I'm having some trouble figuring out how to do this. Any help would be
greatly appreciated!
--
View this message in context: http://n4.nabble.com/String-Manipulation-Extract-numerical-and-alphanumerical-segment-tp1470301p1470301...