static S trimLoadTextFile(S fileName) { ret loadTextFile_trim(fileName); } static S trimLoadTextFile(File f, S defaultContents) { ret loadTextFile_trim(f, defaultContents); } sS trimLoadTextFile(File fileName) { ret loadTextFile_trim(fileName); } sS trimLoadTextFile(S fileName, S defaultContents) { ret loadTextFile_trim(fileName, defaultContents); }
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023265 |
Snippet name: | trimLoadTextFile - synonym of loadTextFile_trim |
Eternal ID of this version: | #1023265/1 |
Text MD5: | fa276f57dd7e24fd29abc185b86016d1 |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-05-21 13:44:05 |
Source code size: | 374 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 290 / 329 |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |