static Bool isUpperCase_nullOnNonLetter(char c) { ret isUpperCase(c) ? Bool.TRUE : isLowerCase(c) ? Bool.FALSE : null; }
Began life as a copy of #1000861
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1023223 |
| Snippet name: | isUpperCase_nullOnNonLetter |
| Eternal ID of this version: | #1023223/2 |
| Text MD5: | d30040d6e1e7af1f9d20282f7ca73d2b |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-05-16 23:40:30 |
| Source code size: | 124 bytes / 3 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 495 / 532 |
| Version history: | 1 change(s) |
| Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |