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

3
LINES

< > BotCompany Repo | #1025554 // emptyString (or null)

JavaX fragment (include)

sbool emptyString(S s) {
  ret s == null || s.length() == 0;
}

Author comment

Began life as a copy of #1021032

download  show line numbers  debug dex  old transpilations   

Travelled to 12 computer(s): bhatertpkbcr, ekrmjmnbrukm, elmgxqgtpvxh, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, whxojlpjdney, wnsclhtenguj, xrpafgyirdlv

No comments. add comment

Snippet ID: #1025554
Snippet name: emptyString (or null)
Eternal ID of this version: #1025554/1
Text MD5: 0c9641155d4a6b7286c4dc2631269b6a
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-03 13:25:04
Source code size: 64 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 193 / 923
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)