Libraryless. Click here for Pure Java version (3812L/22K).
static LS splitAtPlus(S s) { ret trimAll(asList(unnull(s).split("\\+"))); }
Began life as a copy of #1005984
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: | #1007398 | 
| Snippet name: | splitAtPlus - splits at "+" and trims all | 
| Eternal ID of this version: | #1007398/3 | 
| Text MD5: | fba64dbad0512965ec56b4dcd252ea34 | 
| Transpilation MD5: | 02b0cf13590f2b1b57583ec1fbb8caa7 | 
| Author: | stefan | 
| Category: | javax | 
| Type: | JavaX fragment (include) | 
| Public (visible to everyone): | Yes | 
| Archived (hidden from active list): | No | 
| Created/modified: | 2021-09-14 17:13:00 | 
| Source code size: | 79 bytes / 3 lines | 
| Pitched / IR pitched: | No / No | 
| Views / Downloads: | 916 / 1028 | 
| Version history: | 2 change(s) | 
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1008385 - splitAtVerticalBar - splits at "|" and trims all #1023157 - splitAtMinus - splits at "-" and trims all |