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

7
LINES

< > BotCompany Repo | #1012220 // dropTrailingPunctuation - synonym of dropPunctuationAtEnd

JavaX fragment (include)

static L<S> dropTrailingPunctuation(L<S> tok) {
  ret dropPunctuationAtEnd(tok);
}

static S dropTrailingPunctuation(S s) {
  ret dropPunctuationAtEnd(s);
}

Author comment

Began life as a copy of #1008344

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, whxojlpjdney

No comments. add comment

Snippet ID: #1012220
Snippet name: dropTrailingPunctuation - synonym of dropPunctuationAtEnd
Eternal ID of this version: #1012220/4
Text MD5: 4c73d73ff11a0329588d6c00887d6696
Author: stefan
Category:
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2017-11-24 11:41:45
Source code size: 162 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 437 / 709
Version history: 3 change(s)
Referenced in: [show references]