Xplor-NIH home
Documentation
Next:
Example
Up:
X-PLOR Language
Previous:
Example
Wildcards
Another special case of a word is a wildcard.
wildcard
:==
{
string
}
matches any string.
matches a single character.
matches any number.
matches any digit.
It is used to match a construct against sets of other words. The possibility of a wildcard specification is also indicated by enclosing syntactic constructs in
* *
angle brackets.
Subsections
Example
Xplor-NIH 2013-06-06