powered by
has_phone_numbers(.x)
# Examples has_phone_numbers("hello") # FALSE has_phone_numbers(65884) # FALSE has_phone_numbers("111-333-5555") # TRUE has_phone_numbers(1113335555) # TRUE
Run the code above in your browser using DataLab