Oolite 1.91.0.7644-241112-7f5034b
Loading...
Searching...
No Matches
NSString(OOPListSchemaVerifierHelpers) Category Reference

Instance Methods

(BOOL) - ooPListVerifierHasSubString:
 

Detailed Description

Definition at line 189 of file OOPListSchemaVerifier.m.

Method Documentation

◆ ooPListVerifierHasSubString:

- (BOOL) ooPListVerifierHasSubString: (NSString *) string

Definition at line 115 of file OOPListSchemaVerifier.m.

1364 :(NSString *)string
1365{
1366 return [self rangeOfString:string].location != NSNotFound;
1367}

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