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: | 385 / 494 |
| Referenced in: | [show references] |