StringPattern.st
changeset 4272 ef02a1f2c6fb
parent 4017 42cb3e340b6e
equal deleted inserted replaced
4271:5a950926374f 4272:ef02a1f2c6fb
       
     1 "
       
     2  COPYRIGHT (c) 2011 by eXept Software AG
       
     3               All Rights Reserved
       
     4 
       
     5  This software is furnished under a license and may be used
       
     6  only in accordance with the terms of that license and with the
       
     7  inclusion of the above copyright notice. This software may not
       
     8  be provided or otherwise made available to, or used by, any
       
     9  other person. No title to or ownership of the software is
       
    10  hereby transferred.
       
    11 "
     1 "{ Package: 'stx:libbasic2' }"
    12 "{ Package: 'stx:libbasic2' }"
     2 
    13 
     3 "{ NameSpace: Smalltalk }"
    14 "{ NameSpace: Smalltalk }"
     4 
    15 
     5 Object subclass:#StringPattern
    16 Object subclass:#StringPattern
    36 	poolDictionaries:''
    47 	poolDictionaries:''
    37 	privateIn:StringPattern
    48 	privateIn:StringPattern
    38 !
    49 !
    39 
    50 
    40 !StringPattern class methodsFor:'documentation'!
    51 !StringPattern class methodsFor:'documentation'!
       
    52 
       
    53 copyright
       
    54 "
       
    55  COPYRIGHT (c) 2011 by eXept Software AG
       
    56               All Rights Reserved
       
    57 
       
    58  This software is furnished under a license and may be used
       
    59  only in accordance with the terms of that license and with the
       
    60  inclusion of the above copyright notice. This software may not
       
    61  be provided or otherwise made available to, or used by, any
       
    62  other person. No title to or ownership of the software is
       
    63  hereby transferred.
       
    64 
       
    65 "
       
    66 !
    41 
    67 
    42 documentation
    68 documentation
    43 "
    69 "
    44     A StringPattern instances are used to match string. The
    70     A StringPattern instances are used to match string. The
    45     pattern is build from a user-supplied string. It is the
    71     pattern is build from a user-supplied string. It is the