Wildcards
A wildcard is a symbol that stands for one or more characters. You can use wildcards to shorten strings, for example in filtering.
Wildcard |
Description |
Example |
---|---|---|
* (asterisk) |
Matches any number of characters |
You can also this symbol at the beginning of a word:
|
? (question mark) |
Matches a single character |
|
[ ] (square brackets) |
Matches whatever is enclosed in the brackets |
|
The characters * and ? may also be used in object names in
Tekla Structures. If the object name you want to filter contains * or ?, you need to enclose these characters in square brackets. For example, to find the profile P100*10, enter
P100[*]10
in the filter field.