sbool fileNameContainsIC(File f, S s) { ret cic(fileName(f), s); } sbool fileNameContainsIC(S s, File f) { ret fileNameContainsIC(f, s); }
download show line numbers debug dex old transpilations
Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022919 |
Snippet name: | fileNameContainsIC |
Eternal ID of this version: | #1022919/2 |
Text MD5: | 7cef3bfb843830a555b49cc1a6fb9b87 |
Author: | stefan |
Category: | javax / io |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2022-12-07 23:56:23 |
Source code size: | 145 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 383 / 401 |
Version history: | 1 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) #1022986 - fileNameContains |