Libraryless. Click here for Pure Java version (4034L/27K).
1 | sS dropPunctuation3_withAGIBlue(bool useAGIBlue, S s) { |
2 | ret useAGIBlue ? dropPunctuation3_withAGIBlue(s) : dropPunctuation3(s); |
3 | } |
4 | |
5 | sS dropPunctuation3_withAGIBlue(S s) { |
6 | if (!agiBlue_validPageName(s)) |
7 | ret dropPunctuation3(s); |
8 | S y = dropPunctuation3_cache.get(s); |
9 | if (y != null) ret y; |
10 | try answer agiBlue_lookupInSlice_pcall("xwxxvxozhdlwsxzj", s, "dropPunctuation"); |
11 | y = dropPunctuation3(s); |
12 | agiBlue_postInSlice_pcall("xwxxvxozhdlwsxzj", s, "dropPunctuation", y); |
13 | ret y; |
14 | } |
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: | 319 / 411 |
Version history: | 4 change(s) |
Referenced in: | [show references] |