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

3
LINES

< > BotCompany Repo | #1013509 // stdCase - convert case to standard - TODO: solve locale question

JavaX fragment (include)

static S stdCase(S s) {
  ret s == null ? null : toLowerOfToUpper(s);
}

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: #1013509
Snippet name: stdCase - convert case to standard - TODO: solve locale question
Eternal ID of this version: #1013509/4
Text MD5: 528049962f9bcc200c471343370253a1
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:24:18
Source code size: 73 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 372 / 395
Version history: 3 change(s)
Referenced in: [show references]