1 | static S toLowerOfToUpper(S s) { |
2 | ret toLower(toUpper(s)); |
3 | } |
4 | |
5 | static char toLowerOfToUpper(char c) { |
6 | ret Character.toLowerCase(Character.toUpperCase(c)); |
7 | } |
Began life as a copy of #1002026
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1013285 |
Snippet name: | toLowerOfToUpper - TODO: optimize |
Eternal ID of this version: | #1013285/2 |
Text MD5: | 83e77643d05c31b68ee16db06a09039d |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2018-01-08 01:23:33 |
Source code size: | 164 bytes / 7 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 362 / 415 |
Version history: | 1 change(s) |
Referenced in: | [show references] |