1 | static S quoteUnlessWordsAndSpaces(S s) {
|
2 | if (s == null) return null; |
3 | ret isWordsAndSpaces(s) ? s : quote(s); |
4 | } |
Began life as a copy of #1008181
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1012204 |
| Snippet name: | quoteUnlessWordsAndSpaces |
| Eternal ID of this version: | #1012204/1 |
| Text MD5: | eba37f32a3514109272429ea681933c0 |
| Author: | stefan |
| Category: | javacx |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-11-23 20:28:07 |
| Source code size: | 118 bytes / 4 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 608 / 644 |
| Referenced in: | [show references] |