c# UK postcode splitting
To maintain consistency with user inputted data, i wrote this small method in order to normalise UK post codes into the standard format. The logic is as follows: Convert all the letters to their uppercase variant. Strip out any character that isn’t letter or a number using regular expressions and remove all spaces from the [...]