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

3
LINES

< > BotCompany Repo | #1016219 // sameOrUnderscorePlus

JavaX fragment (include)

static bool sameOrUnderscorePlus(S s, S prefix) {
  ret eq(s, prefix) || startsWith(s, prefix + "_");
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1016219
Snippet name: sameOrUnderscorePlus
Eternal ID of this version: #1016219/1
Text MD5: 33997e22242e4ea60429bb012df44d71
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-06-10 20:07:46
Source code size: 105 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 267 / 283
Referenced in: [show references]