| 
    FoundationExtension
    
   FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection. 
   | 
 
#import <NSString.h>
Instance Methods | |
| (BOOL) | - hasSubstring: | 
| Returns a Boolean value that indicates whether a given string is contained in the receiver.  More... | |
| - (BOOL) hasSubstring: | (NSString *) | __deprecated | 
Returns a Boolean value that indicates whether a given string is contained in the receiver.
| aString | A string. |