ABBREV(information,info[,length]) This returns 1 if info is a valid abbreviation of information - that is, info is a prefix of information and its length is at least that specified by the optional third argument (whose default is the length of info). If the length given is zero, then a null string is a valid abbreviation of anything.