106 - (
id)initWithCString:(
const char *)
cStr;
135 - (
const char *)
cStr;
184 - (
BOOL)appendCString:(
const char *)other;
233 - (
unsigned int)countOccurrencesOfByte:(uint8_t)ch;
void * bytes()
Returns the mutable C-string representation of the string.
size_t capacity()
Returns the capacity of the string.
BOOL toLowercase()
Converts the string to lowercase.
BOOL trimWhitespace()
Trims leading and trailing whitespace from the string.
NXComparisonResult
Enumeration representing the result of a comparison operation.
Protocol for constant string objects.
bool BOOL
A Boolean value.
NXString * JSONString()
Returns a quoted version of the string.
BOOL toUppercase()
Converts the string to uppercase.
unsigned int length()
Returns the length of the string.
A class for managing and manipulating string objects.
The base class for objects in the Foundation framework.
struct objc_object * id
A pointer to an instance of a class.
A protocol that defines JSON methods for an Object.
const char * cStr()
Returns the C-string representation of the string.