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

5
LINES

< > BotCompany Repo | #1036147 // isAllLettersAndDigits

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

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

sbool isAllLettersAndDigits(S s) {
  for i over s:
    if (!isLetterOrDigit(s.charAt(i))) false;
  true;
}

Author comment

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