static boolean startsWithLowerCaseOrUnderscore(S s) { ret nempty(s) && (s.startsWith("_") || Character.isLowerCase(s.charAt(0))); }
Began life as a copy of #1002801
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt, wtqryiryparv
No comments. add comment
| Snippet ID: | #1007212 |
| Snippet name: | startsWithLowerCaseOrUnderscore |
| Eternal ID of this version: | #1007212/1 |
| Text MD5: | 1bf8d661940fc6b983e8fe806defef23 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2017-03-12 11:06:48 |
| Source code size: | 135 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 901 / 936 |
| Referenced in: | [show references] |