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

6
LINES

< > BotCompany Repo | #1022183 // hasExtendedUnicodeCharacters (duplicate)

JavaX fragment (include)

sbool hasExtendedUnicodeCharacters(S s) {
  int n = l(s)-1;
  for i to n:
    if (isExtendedUnicodeCharacter(s, i)) true;
  false;
}

Author comment

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: 173 / 213
Version history: 1 change(s)
Referenced in: [show references]