I've got an input which consists of a number passed as a string, such as "12345678". Sometimes, this might contain leading or trailing white space. The number needs to be stripped of any white space and prefixed with an identifier so that it looks like "P12345678" - Simple?I've got an input which consists of a number pa