M
Mark Rae
Hi,
I've been set the task of using Regex to strip off the postcode area from a
UK postcode, i.e. the bit before the first numerical character, as in:
"N11AA" returns "N"
and
"SW1A1AA" returns "SW"
I've been asked *specifically* to use Regex for this - can anyone help?
Thanks,
Mark
I've been set the task of using Regex to strip off the postcode area from a
UK postcode, i.e. the bit before the first numerical character, as in:
"N11AA" returns "N"
and
"SW1A1AA" returns "SW"
I've been asked *specifically* to use Regex for this - can anyone help?
Thanks,
Mark