Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1032806 // joinWithNbsp - join HTML code with &nbsp; (and no spaces)

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3802L/22K).

sS joinWithNbsp(Iterable l) {
  ret join("&nbsp;", l);
}

sS joinWithNbsp(S... l) {
  ret joinWithNbsp(asList(l));
}

Author comment

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 &nbsp; (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: 109 / 134
Referenced in: [show references]