static S toLowerOfToUpper(S s) { ret toLower(toUpper(s)); } static char toLowerOfToUpper(char c) { ret Character.toLowerCase(Character.toUpperCase(c)); }
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: | 572 / 634 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |