Libraryless. Click here for Pure Java version (117L/1K).
sbool isAllLettersAndDigits(S s) { for i over s: if (!isLetterOrDigit(s.charAt(i))) false; true; }
Began life as a copy of #1021149
download show line numbers debug dex old transpilations
Travelled to 2 computer(s): mqqgnosmbjvj, wnsclhtenguj
No comments. add comment
| Snippet ID: | #1036147 |
| Snippet name: | isAllLettersAndDigits |
| Eternal ID of this version: | #1036147/1 |
| Text MD5: | 9e65d5043827742608678040eca41416 |
| Transpilation MD5: | 86cd4891449f1ef8e8fbf1e2333024c4 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2022-09-30 20:31:14 |
| Source code size: | 110 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 392 / 504 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |