Oolite 1.91.0.7668-250429-8542c40
All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Modules Pages
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 141 of file OORegExpMatcher.m.

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

References OORegExpMatcher::regExpMatcher.

+ Here is the call graph for this function:

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