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

5
LINES

< > BotCompany Repo | #1021009 // ai_bothLinesEndWith

JavaX fragment (include)

svoid ai_bothLinesEndWith(S a, S b) {
  S s = commonSuffixCI(a, b);
  if (nempty(s))
    emit("both lines end with " + quote(s));
}

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: #1021009
Snippet name: ai_bothLinesEndWith
Eternal ID of this version: #1021009/1
Text MD5: e0f49a1f1e84691bda915545d99425ab
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-17 21:57:49
Source code size: 135 bytes / 5 lines
Pitched / IR pitched: No / No
Views / Downloads: 195 / 218
Referenced in: [show references]