1 | sbool hasExtendedUnicodeCharacters(S s) { |
2 | int n = l(s)-1; |
3 | for i to n: |
4 | if (isExtendedUnicodeCharacter(s, i)) true; |
5 | false; |
6 | } |
Began life as a copy of #1005234
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1022183 |
Snippet name: | hasExtendedUnicodeCharacters (duplicate) |
Eternal ID of this version: | #1022183/2 |
Text MD5: | 0a1fe544bb2db1c47fb052b93c3ea686 |
Author: | stefan |
Category: | javax / unicode |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-03-10 14:20:31 |
Source code size: | 137 bytes / 6 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 235 / 274 |
Version history: | 1 change(s) |
Referenced in: | [show references] |