I have a search box that searches for post codes.
My code looks at the first 4 letters that have been input in the box. This is because a post code could be: BB1 OR BB12 if I just just look at the first 3 it would not find BB12 (it would think it was BB1). But by looking at four a search for BB14BB would be seen as BB14 and it should be BB1 4BB.
This could happen as people do not put a gap between the code such as BB14BB and I need it to be seen as BB1 4BB.
Does this make sense?