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

6
LINES

< > BotCompany Repo | #1022722 // checkFieldsIC - case-insensitive

JavaX fragment (include)

sbool checkFieldsIC(O x, O... data) {
  for (int i = 0; i < l(data); i += 2)
    if (!eqicOrEq(getOpt(x, (S) data[i]), data[i+1]))
      false;
  true;
}

Author comment

Began life as a copy of #1003172

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, podlckwnjdmb, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1022722
Snippet name: checkFieldsIC - case-insensitive
Eternal ID of this version: #1022722/1
Text MD5: 1e06e9858077ee0eb48e205868f4ea31
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-04-01 15:36:08
Source code size: 158 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 210 / 257
Referenced in: [show references]