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

7
LINES

< > BotCompany Repo | #1031832 // joinWithDoubleBR - join HTML code with <br><br> (and newline)

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

Libraryless. Click here for Pure Java version (2981L/17K).

sS joinWithDoubleBR(Iterable<S> l) {
  ret join("<br><br>\n", l);
}

sS joinWithDoubleBR(S... l) {
  ret joinWithDoubleBR(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, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1031832
Snippet name: joinWithDoubleBR - join HTML code with <br><br> (and newline)
Eternal ID of this version: #1031832/1
Text MD5: 18af7f763d0ddca04381e26e8fdc5830
Transpilation MD5: 3c98a6e88b1ff81f2ac61cb666475c10
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-07-14 15:45:16
Source code size: 141 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 84 / 123
Referenced in: [show references]