From sample data i trying to extract first 10 digit before semicolon having more than 10 digits.
the length of the string can be quite long,
does not follow same length or order, can have more than 50 strings of numbers (instead of 6 sets here) separated by semicolon:
e.g.
3214124141;141245141;6;12341;5674548;1217369889
Output will be 1232141241 & 121736988
Bookmarks