Declaration

func GSCharNeedsQuotes(_ string: UnsafePointer<CChar>, _ length: Int, _ plain: UnsafeMutablePointer<ObjCBool>?) -> Bool

Declaration

BOOL GSCharNeedsQuotes(const char *string, size_t length, BOOL *plain);

Declaration

GSCharNeedsQuotes(string: str, length: int, plain: bool) -> bool

See Also

Strings