Search the Home Use Pesticide Database
| % | Matches any number of characters and can be used anywhere in the pattern string. |
| _ | Matches any single character and can be used anywhere in the pattern string. |
| [] | Matches any single character within the list that is enclosed within brackets, and can be used anywhere in the pattern string. |
| [!] | Matches any single character not in the list that is enclosed within the square brackets. |
Comments and Feedback
March 24, 2008
|
|
|