Using Wildcard Characters
You can use wildcard characters to expand the search or if you are not sure of the spelling of the search term. Several types of wildcards exist. JD Edwards Translation Tools use an asterisk (*).
An asterisk substitutes a string of characters of any length at the beginning of the string, the end of the string, or both. Asterisks specify 0 (zero) or more alphanumeric characters. You can use wildcards to obtain special results. This table illustrates wildcard use in the Search and Replace tool (where string equals any alphanumeric string).
Search String |
Description |
Search Text Example |
Source Results |
Target Results |
---|---|---|---|---|
string* |
Begin Wild |
Code* |
Code Page |
Pagina de codigo |
*string |
End Wild |
*Code |
Purge Code |
Codigo de depuraci?n |
*string* |
Total Wild |
*Code* |
Managerial Analysis Code 1 |
Code de analisis gerencial 1 |
string |
Exact |
Code |
Code |
Codigo |