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

4
LINES

< > BotCompany Repo | #1021917 // isUnicodeSmileyAtIndex

JavaX fragment (include)

sbool isUnicodeSmileyAtIndex(S s, int i) {
  ret i >= 0 && l(s) >= i+2
    && isBetween(Character.codePointAt(s, i), 0x1F000, 0x1F64F);
}

download  show line numbers  debug dex  old transpilations   

Travelled to 8 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney

No comments. add comment

Snippet ID: #1021917
Snippet name: isUnicodeSmileyAtIndex
Eternal ID of this version: #1021917/1
Text MD5: 9d6a8eebeed5123ff8f2b1b9493cfb7c
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-03-03 16:31:28
Source code size: 140 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 194 / 329
Referenced in: [show references]