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

3
LINES

< > BotCompany Repo | #1011755 // startsWithAndEndsWith

JavaX fragment (include)

static bool startsWithAndEndsWith(S s, S prefix, S suffix) {
  ret startsWith(s, prefix) && endsWith(s, suffix);
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1011755
Snippet name: startsWithAndEndsWith
Eternal ID of this version: #1011755/1
Text MD5: 71593e6a9e839449bfd449e9a5ae7f46
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-05 01:33:28
Source code size: 116 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 343 / 403
Referenced in: [show references]