请高手解释一下,下面这些prxmatch statement的前半部分(红颜色部分)是什么意思?谢谢!
if prxmatch(
'/^([0-9])(\1{9})$/', strip(&number)) eq 1
if prxmatch(
'/^[0-9]{3}5551212$/', trim(&number)) eq 1
if prxmatch(
'/^[2-9][0-8][0-9]55501[0-9]{2}$/', strip(&number)) eq 1
if (prxmatch(
'/^(800|888|877|866|855|900)/', strip(&number)) ne 1)
if (prxmatch(
'/^[2-9][0-8][0-9][2-9]11[0-9]{4}\b/', strip(&number)) eq 1)
if prxmatch(
'/^\(?[2-9][0-8][0-9]\)? ?[2-9][0-9]{2}-?[0-9]{4}\b/', strip(&number)) ne 1