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

3
LINES

< > BotCompany Repo | #1031280 // equalsOrStartsWithPlusDollar

JavaX fragment (include)

sbool equalsOrStartsWithPlusDollar(S a, S b) {
  ret startsWith(a, b) && (l(a) == l(b) || a.charAt(l(b)) == '$');
}

Author comment

Began life as a copy of #1030729

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031280
Snippet name: equalsOrStartsWithPlusDollar
Eternal ID of this version: #1031280/3
Text MD5: 91bcef9f19e67e348253bee7ef34651e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-06-02 16:27:40
Source code size: 117 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 87 / 113
Version history: 2 change(s)
Referenced in: [show references]