NSString(DTStringFileParser) Category Reference
| Declared in | NSString+DTLocalizableStringScanner.h |
Instance Methods
stringByAddingSlashEscapes
Escapes control characters with slash escapes
- (NSString *)stringByAddingSlashEscapesReturn Value
The receiver’s content with control characters slash-escaped
Declared In
NSString+DTLocalizableStringScanner.hstringByDecodingUnicodeSequences
Decodes unicode sequences found in the receiver
- (NSString *)stringByDecodingUnicodeSequencesReturn Value
The decoded string
Declared In
NSString+DTLocalizableStringScanner.hstringByNumberingFormatPlaceholders
Adds format placeholder numbering to the receiver
- (NSString *)stringByNumberingFormatPlaceholdersReturn Value
A new string with placeholders numbered
Declared In
NSString+DTLocalizableStringScanner.hstringByRemovingSurroundingQuotes
Change “foo” to foo. This will remove just one set of quotes, so that e.g. “"foo”“ becomes "foo” If the string does not begin and end with a quote, returns it unmodified.
- (NSString *)stringByRemovingSurroundingQuotesReturn Value
The string with one set of surrounding quotes removed.
Declared In
NSString+DTLocalizableStringScanner.h