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

3
LINES

< > BotCompany Repo | #1029610 // conceptBackupFilesContainingStringIC

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3240L/20K).

static L<File> conceptBackupFilesContainingStringIC(S dbID, S text) {
  ret filter(conceptBackupFiles(dbID), f -> gzFileContainsIC(f, text));
}

Author comment

Began life as a copy of #1022049

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, lqnftawlhpir, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv

No comments. add comment

Snippet ID: #1029610
Snippet name: conceptBackupFilesContainingStringIC
Eternal ID of this version: #1029610/2
Text MD5: 412d99b3886a919b5924e492723dfa6e
Transpilation MD5: bc64cc0937d1ccd8f5f2cfb2111036e6
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-08-27 17:19:58
Source code size: 145 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 122 / 196
Version history: 1 change(s)
Referenced in: [show references]