Skip to main content
The Deno 2 Release Candidate is here
Learn more
function searchNumbers
import { searchNumbers } from "https://deno.land/x/deno_libphonenumber@v1.9.20/mod.ts";

Parameters

text: string
optional
options: CountryCode

Returns

IterableIterator<NumberFoundLegacy>

Parameters

text: string
optional
options: { defaultCountry?: CountryCode; v2: true; }

Returns

IterableIterator<NumberFound>