Libraryless. Click here for Pure Java version (3802L/22K).
sS joinWithNbsp(Iterable l) { ret join(" ", l); } sS joinWithNbsp(S... l) { ret joinWithNbsp(asList(l)); }
Began life as a copy of #1013038
download show line numbers debug dex old transpilations
Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj
No comments. add comment
| Snippet ID: | #1032806 |
| Snippet name: | joinWithNbsp - join HTML code with (and no spaces) |
| Eternal ID of this version: | #1032806/1 |
| Text MD5: | 18c470492930ca5a0c692c0d9d159629 |
| Transpilation MD5: | ea6869ca6207079dca113a04083d9fc3 |
| Author: | stefan |
| Category: | javax / html |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2021-10-06 08:30:19 |
| Source code size: | 122 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 456 / 558 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |