Warning: session_start(): open(/var/lib/php/sessions/sess_0m0h7k78t5k3k5hidpe7f16mqb, O_RDWR) failed: No space left on device (28) in /var/www/tb-usercake/models/config.php on line 51

Warning: session_start(): Failed to read session data: files (path: /var/lib/php/sessions) in /var/www/tb-usercake/models/config.php on line 51
lower - synonym of toLower [1008571]

Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

7
LINES

< > BotCompany Repo | #1008571 // lower - synonym of toLower

JavaX fragment (include)

static S lower(S s) {
  ret s == null ? null : s.toLowerCase();
}

static char lower(char c) {
  ret Character.toLowerCase(c);
}

Author comment

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: #1008571
Snippet name: lower - synonym of toLower
Eternal ID of this version: #1008571/1
Text MD5: 555b4deae5265df737785e819d3676ac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-05-24 00:02:08
Source code size: 134 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 1034 / 1065
Referenced in: [show references]