- Регистрация
- 25.11.2012
- Сообщения
- 544
- Благодарностей
- 26
- Баллы
- 28
When scraping telephone numbers, I need to only collect mobile numbers that start with: 07.
Is it possible to check if a no begins with: 07? I suppose regex first two digits, then ensure that they match both 0 and 7.
Thanks.
Is it possible to check if a no begins with: 07? I suppose regex first two digits, then ensure that they match both 0 and 7.
Thanks.