Extracting Cell Phone Numbers from Random Strings of variable length?

The basic data was basically of the type shown in the following picture. The interesting thing about cell numbers is that almost all of them are of 10 digits, at least in India. Hence, a very simple logic was used to achieve results, as shown below: The logic being to first detect five consecutive numbers … Continue reading Extracting Cell Phone Numbers from Random Strings of variable length?