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

5
LINES

< > BotCompany Repo | #1020165 // verbalize_allElementsContain

JavaX fragment (include)

svoid verbalize_allElementsContain(O o, S s) {
  if (isStringList(o))
    if (allContainIC((LS) o, s))
      emit("All entries contain the string " + quote(s));
}

Author comment

Began life as a copy of #1020164

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, gwrvuhgaqvyk, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1020165
Snippet name: verbalize_allElementsContain
Eternal ID of this version: #1020165/2
Text MD5: 0339e2dd726b1aed6a1b611c75a4a00c
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-12-09 19:06:58
Source code size: 166 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 208 / 239
Version history: 1 change(s)
Referenced in: [show references]