I need some help regarding to REGEX expressions, I went throw the forum but I didn’t find any related to numbers, only with words.
The goal is to obtain from a string the last occurence/match with a 10 digit number (only) in a string with this format: 450******* (the * are natural numbers between 0-9)
Hello again, another rare scenario occurred, imagine that we have the number 94450003394503332340, need to fetch the last number that has 450******* (in this case 4503332340, NOT 4500033945). Any solution to that?