
Metacharacters
When the exact spelling of a name or other value is not known, a partial value can be entered using special characters called metacharacters. The following metacharacters can be used in a search value:
| Metacharacter | Description |
|---|---|
| ? |
Matches any one character.
Example: t?m would match "Tim" and "Tom". |
| [ ] |
Matches any one of the characters between the brackets.
Example: jo[ah]n would match "Joan" and "John". |
| * |
Matches any characters or no characters.
Example: jo*n would match "Jon", "Joan", "John" and "Johann". |
| " " |
Matches a pattern enclosed in the quotes.
Example: "j* smith" would match "John Smith", "John A. Smith" and "James T. Smith". |
A search value cannot start with a ?, [ ] or * metacharacter. In the last example, the word order is important.
Clicking on the Clear button will clear the search values.
Clicking on the Help button will display this page.
|
Personnel Directory V1.1 Last revised on December 10, 2007 |
|
|
Oak Ridge National Laboratory Provided by Information Technology Services, Disclaimer Send questions/comments to helpline@ornl.gov |
|