Forum Discussion
1 Reply
- ArtemS
Alumni
Hello Siddhardha,
To improve the recognition of objects containing variable parts in their names or captions, you can use the asterisk (*) and the question mark (?) wildcards. The asterisk wildcard corresponds to a string of any length (including an empty string). The question mark corresponds to any single character (including none).
See the Using Wildcards topic for details and samples.
Regards, Artem.