sbool equalsOrStartsWithPlusDollar(S a, S b) { ret startsWith(a, b) && (l(a) == l(b) || a.charAt(l(b)) == '$'); }
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: | 357 / 400 |
| Version history: | 2 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |