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

14
LINES

< > BotCompany Repo | #1024529 // dropPunctuation3_withAGIBlue

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4034L/27K).

sS dropPunctuation3_withAGIBlue(bool useAGIBlue, S s) {
  ret useAGIBlue ? dropPunctuation3_withAGIBlue(s) : dropPunctuation3(s);
}

sS dropPunctuation3_withAGIBlue(S s) {
  if (!agiBlue_validPageName(s))
    ret dropPunctuation3(s);
  S y = dropPunctuation3_cache.get(s);
  if (y != null) ret y;
  try answer agiBlue_lookupInSlice_pcall("xwxxvxozhdlwsxzj", s, "dropPunctuation");
  y = dropPunctuation3(s);
  agiBlue_postInSlice_pcall("xwxxvxozhdlwsxzj", s, "dropPunctuation", y);
  ret y;
}

Author comment

Began life as a copy of #1024521

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1024529
Snippet name: dropPunctuation3_withAGIBlue
Eternal ID of this version: #1024529/5
Text MD5: e64061c6208e70892d8e15d1d335186c
Transpilation MD5: 854d8f457115fcb63d0c46490cef5a85
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-09-08 12:54:03
Source code size: 505 bytes / 14 lines
Pitched / IR pitched: No / No
Views / Downloads: 237 / 315
Version history: 4 change(s)
Referenced in: [show references]