Last active
July 4, 2024 15:35
-
-
Save edwardhorsford/a9df6b16a561cd54336fbba51572db25 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
'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 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.
@edwardhorsford, if you add the correct file extension, it'll be a lot more readable for ya.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.