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

#include <OORegExpMatcher.h>

Instance Methods

(BOOL) - oo_matchesRegularExpression:
 

Detailed Description

Definition at line 64 of file OORegExpMatcher.h.

Method Documentation

◆ oo_matchesRegularExpression:

- (BOOL) oo_matchesRegularExpression: (NSString *) regExp

Definition at line 34 of file OORegExpMatcher.m.

141 :(NSString *)regExp
142{
143 return [[OORegExpMatcher regExpMatcher] string:self matchesExpression:regExp];
144}
instancetype regExpMatcher()

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