User Guide/Workspace/Wildcards: Difference between revisions

From STX Wiki
Jump to navigationJump to search
(initial import)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
{{DISPLAYTITLE:{{SUBPAGENAME}}}}
==Wildcards==
{{UG_Workspace}}
Many {{STX}} dialogs allow the use of wildcards. There are two wildcards supported by {{STX}}


Many S_TOOLS-STx dialogs allow the use of wildcards. There are two wildcards supported by S_TOOLS-STx
*<code>*</code> the asterisk represents any character or string of characters
*<code>?</code> the question mark represents any single character


** the asterisk represents any character or string of characters
*? the question mark represents any single character
For example if are search set is
For example if are search set is


sentence1
sentence1
sentence2
word1
word2
waterfall
dangerous
wet


sentence2
The search string <code>*t*</code> would return


word1
sentence1
sentence2
waterfall
wet


word2
The search string <code>*t</code> would return


waterfall
wet


dangerous
The search string <code>*o*</code> would return


wet
word1
word2
dangerous


The search string *t* would return
The search string <code>?o*</code> would return


sentence1
word1
 
word2
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

Latest revision as of 15:12, 23 November 2015

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

Navigation menu

Personal tools