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

7
LINES

< > BotCompany Repo | #1014246 // botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)

JavaX fragment (include)

static S botAppendToMechList_uniqCI(S name, S text) {
  ret botAppendToMechList_mode(name, text, 'uniqCI);
}

static S botAppendToMechList_uniqCI(S name, Collection<S> lines) {
  ret botAppendToMechList_mode(name, lines, 'uniqCI);
}

Author comment

Began life as a copy of #1014094

download  show line numbers  debug dex  old transpilations   

Travelled to 15 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1014246
Snippet name: botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)
Eternal ID of this version: #1014246/12
Text MD5: cc405ee77e1e6f598cda4763fd4c5117
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-04 22:42:24
Source code size: 238 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 422 / 458
Version history: 11 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)
#1014349 - addToMechList - synonym of botAppendToMechList_uniqCI - only add lines that don't exist (ignoring case)
#1015774 - botAppendToMechList_uniq - only add lines that don't exist (honoring case)
#1015775 - botAppendToMechList_mode - add with special mode (uniq, uniqCI)