|
Enter key words separated by commas.
You can use the wildcard "_"
as a replacement for a single character, or "%"
as a replacement for any number of characters.
For example:
"r_n" will find "run" and "ran"
"run%" will find "run", "running",
and "runs"
|