phoneq
number phoneq(phone1, phone2)
Compare two phone numbers if they’re identical enough for caller ID purposes.
Parameters
- phone1 — first phone number (text).
- phone2 — second phone number (text).
Returns
- 1 if the two phone numbers are identical enough, 0 otherwise.