tax
V1
/([67]\d{10})|([67]\d{9})/
V2
/[67]\d{9,10}/
RegexBuddy highlights the second and third test records, but also portions of the first and last.
6777777777777777777 6777777777 7777777777 77777777777777
Is it possible to only match the exact matches?