You are viewing a single comment's thread. Return to all comments →
The input data ends a line with "\r\n", so you would need to strip that '\r' if your language's readline doesn't do that.
Seems like cookies are disabled on this browser, please enable them to open this website
Camel Case 4
You are viewing a single comment's thread. Return to all comments →
The input data ends a line with "\r\n", so you would need to strip that '\r' if your language's readline doesn't do that.