Declaration

func GSStringNeedsQuotes(_ value: String, _ isAscii: UnsafeMutablePointer<ObjCBool>?) -> Bool

Declaration

BOOL GSStringNeedsQuotes(NSString *value, BOOL *isAscii);

Declaration

GSStringNeedsQuotes(value: str, isAscii: bool) -> bool

See Also

Strings