1 | static S trim(S s) { ret s == null ? null : s.trim(); } |
2 | static S trim(StringBuilder buf) { ret buf.toString().trim(); } |
3 | static S trim(StringBuffer buf) { ret buf.toString().trim(); } |
download show line numbers debug dex old transpilations
Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ekrmjmnbrukm, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1002071 |
Snippet name: | trim function |
Eternal ID of this version: | #1002071/1 |
Text MD5: | d783fc76160880c8ed0077c9605ab93f |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-12-16 20:40:58 |
Source code size: | 184 bytes / 3 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 938 / 3097 |
Referenced in: | [show references] |