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

6
LINES

< > BotCompany Repo | #1029939 // charArrayToUpperInPlace

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (40L/1K).

static char[] charArrayToUpperInPlace(char[] a) {
  if (a != null)
    for (int i = 0; i < a.length; i++)
      a[i] = upper(a[i]);
  ret a;
}

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1029939
Snippet name: charArrayToUpperInPlace
Eternal ID of this version: #1029939/1
Text MD5: 26610e2ceea525c6173caaf1eab519fe
Transpilation MD5: 0c457030abf36008ea5a0251aedd01b9
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-10-13 14:26:09
Source code size: 147 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 104 / 150
Referenced in: [show references]