Sha256: 57ae216cafb41b55e99a272b22e5b7c72b9fb3352d9113ed6bbed4b3eadd9644
Contents?: true
Size: 246 Bytes
Versions: 9
Compression:
Stored size: 246 Bytes
Contents
#import <Foundation/Foundation.h> @interface NSString (Trim) - (NSString *)stringByTrimmingStartWithCharactersInSet:(NSCharacterSet *)theCharacterSet; - (NSString *)stringByTrimmingEndWithCharactersInSet:(NSCharacterSet *)theCharacterSet; @end
Version data entries
9 entries across 9 versions & 1 rubygems