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

3
LINES

< > BotCompany Repo | #1010740 // addDotIfNoPunctuation

JavaX fragment (include)

static S addDotIfNoPunctuation(S s) {
  ret s == null ? null : endsWithPunctuation(s) ? s : s + ".";
}

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1010740
Snippet name: addDotIfNoPunctuation
Eternal ID of this version: #1010740/1
Text MD5: 2bef090ad1715d7d5edb762bb3290d83
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-09-28 16:08:02
Source code size: 104 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 328 / 379
Referenced in: [show references]