Tools__StringSearchToolForTextView.st
branchjv
changeset 15566 184cea584be5
parent 12431 9f0c59c742d5
parent 15289 a4b2c2b77420
equal deleted inserted replaced
13752:25c2a13f00c5 15566:184cea584be5
   361 
   361 
   362 !StringSearchToolForTextView methodsFor:'misc'!
   362 !StringSearchToolForTextView methodsFor:'misc'!
   363 
   363 
   364 trimMatchPattern: aString
   364 trimMatchPattern: aString
   365 
   365 
   366     ^ aString trimForWhich: [:ch | ch = $*].
   366     ^ aString trimForWhich: [:ch | ch == $*].
   367 
   367 
   368     "
   368     "
   369     '***foo***' trimForWhich: [:ch | ch = $*].  
   369     '***foo***' trimForWhich: [:ch | ch = $*].  
   370     'foo***' trimForWhich: [:ch | ch = $*].    
   370     'foo***' trimForWhich: [:ch | ch = $*].    
   371     '***foo' trimForWhich: [:ch | ch = $*].      
   371     '***foo' trimForWhich: [:ch | ch = $*].      
   499 ! !
   499 ! !
   500 
   500 
   501 !StringSearchToolForTextView class methodsFor:'documentation'!
   501 !StringSearchToolForTextView class methodsFor:'documentation'!
   502 
   502 
   503 version
   503 version
   504     ^ '$Id: Tools__StringSearchToolForTextView.st 7854 2012-01-30 17:49:41Z vranyj1 $'
   504     ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.17 2015-02-13 21:58:38 cg Exp $'
   505 !
   505 !
   506 
   506 
   507 version_CVS
   507 version_CVS
   508     ^ '§Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.16 2010/05/07 12:27:34 cg Exp §'
   508     ^ '$Header: /cvs/stx/stx/libtool/Tools__StringSearchToolForTextView.st,v 1.17 2015-02-13 21:58:38 cg Exp $'
   509 !
   509 ! !
   510 
   510 
   511 version_HG
       
   512 
       
   513     ^ '$Changeset: <not expanded> $'
       
   514 !
       
   515 
       
   516 version_SVN
       
   517     ^ '$Id: Tools__StringSearchToolForTextView.st 7854 2012-01-30 17:49:41Z vranyj1 $'
       
   518 ! !
       
   519