1 | static S tolower(S s) {
|
2 | ret s == null ? null : s.toLowerCase(); |
3 | } |
4 | |
5 | static char tolower(char c) {
|
6 | ret Character.toLowerCase(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: | #1011044 |
| Snippet name: | tolower |
| Eternal ID of this version: | #1011044/1 |
| Text MD5: | cc16587661188336e33608cf9ca11cfe |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-10-11 22:30:13 |
| Source code size: | 138 bytes / 7 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 749 / 758 |
| Referenced in: | [show references] |