findPotentialPhoneNumbers static method

Iterable<Match> findPotentialPhoneNumbers(
  1. String text
)

Implementation

static Iterable<Match> findPotentialPhoneNumbers(String text) =>
    TextParser.findPotentialPhoneNumbers(text);