5 ms·
so how do you e.g. remove trailing whitespace?
by 83a 13y ago
so how do you e.g. remove trailing whitespace?
- alayne 13y agoIs that a serious question? Almost every major language has some kind of string trim/strip function for that purpose.
- 83a 13y agogood point. missed that. but does your text editor have a trim function, too? i've thought of a case i used a regex the last time. and it was removing whitespace in some code file.