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

3
LINES

< > BotCompany Repo | #1026046 // eqicOrSwicPlusSpace - equals or starts with (plus space), ignoring case

JavaX fragment (include)

sbool eqicOrSwicPlusSpace(S a, S b) {
  ret swic(a, b) && (l(a) == l(b) || a.charAt(l(b)) == ' ');
}

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1026046
Snippet name: eqicOrSwicPlusSpace - equals or starts with (plus space), ignoring case
Eternal ID of this version: #1026046/5
Text MD5: 6ff6969f65415cd68917dabaa79eb2e6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-12 12:51:43
Source code size: 102 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 157 / 214
Version history: 4 change(s)
Referenced in: [show references]