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

6
LINES

< > BotCompany Repo | #1013503 // containsPunctuation

JavaX fragment (include)

static bool containsPunctuation(S s) {
  for i over s:
    if (isPunctuationChar(s.charAt(i)))
      true;
  false;
}

Author comment

Began life as a copy of #1013502

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1013503
Snippet name: containsPunctuation
Eternal ID of this version: #1013503/1
Text MD5: b3b2fbd0bb57720ee7dcf3e1b0874015
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-01-08 00:48:01
Source code size: 122 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 296 / 319
Referenced in: [show references]