1 | static S fileExtensionWithoutDot(File f) {
|
2 | ret f == null ? null : fileExtensionWithoutDot(f.getName()); |
3 | } |
4 | |
5 | static S fileExtensionWithoutDot(S s) {
|
6 | ret substring(s, smartLastIndexOf(s, '.')+1); |
7 | } |
Began life as a copy of #1015294
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1016313 |
| Snippet name: | fileExtensionWithoutDot |
| Eternal ID of this version: | #1016313/1 |
| Text MD5: | 41a2fa49a6be7f7b57a5175ebc6a5040 |
| Author: | stefan |
| Category: | javax / io |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2018-06-14 11:23:33 |
| Source code size: | 204 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 594 / 641 |
| Referenced in: | [show references] |