mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
regular expression range search
This commit is contained in:
parent
1fdf6395bd
commit
35bb9f48ef
5 changed files with 112 additions and 57 deletions
|
@ -527,7 +527,7 @@ GS_EXPORT_CLASS
|
|||
length: (NSUInteger)length;
|
||||
+ (instancetype) stringWithCString: (const char*)byteString;
|
||||
+ (instancetype) stringWithFormat: (NSString*)format, ... NS_FORMAT_FUNCTION(1,2);
|
||||
+ (instancetype) stringWithContentsOfFile:(NSString *)path;
|
||||
+ (instancetype) stringWithContentsOfFile: (NSString *)path;
|
||||
|
||||
// Initializing Newly Allocated Strings
|
||||
- (instancetype) init;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue