Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion exercises/phone-number/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ The format is usually represented as

where `N` is any digit from 2 through 9 and `X` is any digit from 0 through 9.

Your task is to clean up differently formated telephone numbers by removing punctuation and the country code (1) if present.
Your task is to clean up differently formatted telephone numbers by removing punctuation and the
country code (1) if present.

For example, the inputs
- `+1 (613)-995-0253`
Expand Down