Skip to content

Instantly share code, notes, and snippets.

@edwardhorsford
Last active July 4, 2024 15:35
Show Gist options
  • Save edwardhorsford/a9df6b16a561cd54336fbba51572db25 to your computer and use it in GitHub Desktop.
Save edwardhorsford/a9df6b16a561cd54336fbba51572db25 to your computer and use it in GitHub Desktop.
[
'07700900456', // mobile
'+447700900456',
'(+44) 07700900456',
'07700 900 456',
'07700 900456',
'+447700 900456',
'01144960573', // sheffield (4 digit area)
'+441144960573',
'+44114 4960573',
'0114 4960573',
'0114 496 0573',
'(0114) 496 0573',
'(0114) 4960573',
'02079460000', // london
'+442079460000',
'020 79460000',
'020 7946 0000',
'01632960123', // 5 digit area
'+441632960123',
'+441632 960123',
'01632 960123',
'01632 960 123',
'(01632) 960123',
'(01632) 960 123',
'0169772551', // brampton (9 digits)
'+44169772551',
'0169 772551',
'0169 772 551',
'(0169) 772551',
'(0169) 772 551'
]
@RokeJulianLockhart
Copy link

RokeJulianLockhart commented Jul 4, 2024

You might want to consider adding some RFC3966 variations, like tel:+44-1234-4567890, since I don't see any entries here which uses hyphen-minus as their visual delimiter.

Additionally, what format is this? I don't see any syntax highlighting, which is unusual.

@edwardhorsford
Copy link
Author

@RokeJulianLockhart I believe this is a list I copied from GOV.UK Notify for use in internal validation testing. I only copied it for my reference - it's not used by anything.

It's probably not highlighted as I've just pasted it as plain text.

@RokeJulianLockhart
Copy link

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment