User Guide/Workspace/Wildcards: Difference between revisions
From STX Wiki
< User Guide | Workspace
Jump to navigationJump to search
m (1 revision: Initial import) |
m (Text replace - "S_TOOLS-STx" to "{{STX}}") |
||
Line 2: | Line 2: | ||
==Wildcards== | ==Wildcards== | ||
Many | Many {{STX}} dialogs allow the use of wildcards. There are two wildcards supported by {{STX}} | ||
** the asterisk represents any character or string of characters | ** the asterisk represents any character or string of characters |
Revision as of 17:16, 5 April 2011
Wildcards
Many STx dialogs allow the use of wildcards. There are two wildcards supported by STx
- the asterisk represents any character or string of characters
- ? the question mark represents any single character
For example if are search set is
sentence1
sentence2
word1
word2
waterfall
dangerous
wet
The search string *t* would return
sentence1
sentence2
waterfall
wet
The search string *t would return
wet
The search string *o* would return
word1
word2
dangerous
The search string ?o* would return
word1
word2