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

7
LINES

< > BotCompany Repo | #1025368 // answer_magicQuoteInput

JavaX fragment (include)

sS answer_magicQuoteInput(S input, O... _) {
  LS fixedInputs = magicQuoteInputForThisProgram(input, _);
  if (nempty(fixedInputs))
    ret "Did you mean this? >> " + first(fixedInputs)
      + (l(fixedInputs) < 2 ? "" : "\nOr this? >> " + second(fixedInputs));
  null;
}

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: #1025368
Snippet name: answer_magicQuoteInput
Eternal ID of this version: #1025368/3
Text MD5: 2c35f4a339bd0d0e4410d9be2de1ccac
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-11 02:19:27
Source code size: 277 bytes / 7 lines
Pitched / IR pitched: No / No
Views / Downloads: 148 / 183
Version history: 2 change(s)
Referenced in: [show references]