1 | sbool checkFieldsIC(O x, O... data) {
|
2 | for (int i = 0; i < l(data); i += 2) |
3 | if (!eqicOrEq(getOpt(x, (S) data[i]), data[i+1])) |
4 | false; |
5 | true; |
6 | } |
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: | 504 / 555 |
| Referenced in: | [show references] |