get_normalised


Description:

public string get_normalised ()

Return this object's normalised phone number.

Typical normalisations:

  • - `1-800-123-4567` → `18001234567`

    - `+1-800-123-4567` → `18001234567`

    - `+1-800-123-4567P123` → `18001234567P123`

Returns:

the normalised form of `number`

Since:

0.6.0