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

4
LINES

< > BotCompany Repo | #1006279 // throwOutBadWordEntries

JavaX fragment (include)

static L<S> throwOutBadWordEntries(L<S> l) {
  final L<S> bad = badWordsList();
  ret [S s : l | !containsAnyOfIgnoreCase(s, bad)];
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1006279
Snippet name: throwOutBadWordEntries
Eternal ID of this version: #1006279/1
Text MD5: 3bb65d09a7f845e92df01464d74b5065
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-26 15:01:15
Source code size: 136 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 416 / 420
Referenced in: [show references]