Libraryless. Click here for Pure Java version (40L/1K).
1 | static char[] charArrayToUpperInPlace(char[] a) { |
2 | if (a != null) |
3 | for (int i = 0; i < a.length; i++) |
4 | a[i] = upper(a[i]); |
5 | ret a; |
6 | } |
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: | 178 / 249 |
Referenced in: | [show references] |