Example : the search for locations containing the character string "*A5*" will return all the locations that contain the character "A5".
The search for the locations ending with a character string is written in the following fashion: "*character string".
Example : "*A5" returns all the locations ending with "A5".
The search for the locations starting with a character string is written in the following fashion: "character string*".
Example : "A5*" returns all the locations starting with "A5".