static bool containsPunctuation(S s) { for i over s: if (isPunctuationChar(s.charAt(i))) true; false; }
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: | 559 / 597 |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |