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

4
LINES

< > BotCompany Repo | #1021529 // isMultipleDashesLine

JavaX fragment (include)

sbool isMultipleDashesLine(S s) {
  s = trim(s);
  ret l(s) > 1 && allCharactersAre(s, '-');
}

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: #1021529
Snippet name: isMultipleDashesLine
Eternal ID of this version: #1021529/1
Text MD5: e481202bb287302ce9fda14eb0cd6dd0
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-02-17 14:51:23
Source code size: 97 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 229 / 248
Referenced in: [show references]