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

3
LINES

< > BotCompany Repo | #1033166 // startsWithCamelCaseWord

JavaX fragment (include)

sbool startsWithCamelCaseWord(S a, S b) {
  ret startsWith(a, b) && isUpperCase(charAt(a, l(b)));
}

download  show line numbers  debug dex  old transpilations   

Travelled to 3 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj

No comments. add comment

Snippet ID: #1033166
Snippet name: startsWithCamelCaseWord
Eternal ID of this version: #1033166/1
Text MD5: b650924a44388ad5b16e23cefa3ebacc
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-10-15 21:02:59
Source code size: 101 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 81 / 101
Referenced in: [show references]