You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Sadly, this is only trivial for ASCII characters. There might be unicode spaces that should be escaped in such a string, especially stuff like U+200B (zero width space). Or we can ignore this and just display the control characters (< 0x20, 0x7F)
q
meaning "quoted", handy for printf-debugging; especially where\r
s are involved.Generally useful when writing string manipulation code.
The text was updated successfully, but these errors were encountered: