The following special characters can be used as wild cards in the definition of a pattern:
This character is used to match any character, or the absence of a character in the object. It cannot match a node character.
This character is used to match any character, but not the absence of a character in the object. It cannot match a node character.
This character is used to match a numeric value in the object. It cannot match the absence of a character.
This character is used to match an alphabetic character in the object. It cannot match the absence of a character.
This character is used to match any number of characters (including zero) within a node. It cannot match the node character.
This character is used to represent any number of characters (including zero) before and after its position in the pattern. It can match the node character.
This character is used to specify that the character immediately following it is to be taken literally; that is, \* would indicate that the asterisk is to be matched as an asterisk, and not used as a wild card character. A back slash is not valid at the end of a pattern unless it is preceded by a back slash (\\).
This character is used to define a node separator. Typically, this character is a period, as used in a data set name.
|
Copyright © 2014 CA.
All rights reserved.
|
|