FoundationExtension
FoundationExtension is common Foundation/UIKit/Cocoa shortcuts and snippets collection.
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
NSString(Deprecation) Category Reference

#import <NSString.h>

Instance Methods

(BOOL) - hasSubstring:
 Returns a Boolean value that indicates whether a given string is contained in the receiver. More...
 

Method Documentation

- (BOOL) hasSubstring: (NSString *)  __deprecated

Returns a Boolean value that indicates whether a given string is contained in the receiver.

Parameters
aStringA string.
Returns
YES if aString is contained in the receiver, otherwise NO. Returns NO if aString is empty.
See also
[rangeOfString:][1]
Deprecated:
containsString:

The documentation for this category was generated from the following file: