extractLast2numericParts: Extract last two numeric parts from character vector
Description
extractLast2numericParts extracts last 2 (integer) numeric parts between punctuations out of character vector 'x'.
Runs faster than gregexpr .
Note: won't work correctly with decimals or exponential signs !! (such characters will be considered as punctuation, ie as separator)