Use of Wildcards in Searches of the PLANTS Database
* - The asterisk is used to represent one to many Characters. It can be used anywhere in the parameter.
{blue*} - Returns all of the records where the parameter begins with "blue."
{*wheat} - Returns all of the records where the parameter ends with "wheat."
{*Rye*} - Returns all of the records where any part of the parameter contains "rye."
{blue*grass} - Returns all of the records where the parameter begins with "blue" and ends with "grass."
_ - The Underline character is used in the same way as the asterisk, but represents a single character only.
{Blu_grass} - This matches one and only one character