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

6
LINES

< > BotCompany Repo | #1021010 // ai_verify_bothLinesEndWith

JavaX fragment (include)

static Bool ai_verify_bothLinesEndWith(S s, S a, S b) {
  new Matches m;
  if "both lines end with *"
    ret endsWith(a, $1) && endsWith(b, $1);
  null;
}

Author comment

Began life as a copy of #1021009

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: #1021010
Snippet name: ai_verify_bothLinesEndWith
Eternal ID of this version: #1021010/1
Text MD5: 7e9f8351ad5d2975d2e415f8b915c7e0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-01-17 22:10:49
Source code size: 160 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 169 / 207
Referenced in: [show references]