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

3
LINES

< > BotCompany Repo | #1002553 // turingMatch - check answer to Turing question

JavaX fragment (include)

static boolean turingMatch(S expected, S got) {
  ret matchStart(expected, got) || matchStart(quote(expected), got);
}

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: #1002553
Snippet name: turingMatch - check answer to Turing question
Eternal ID of this version: #1002553/1
Text MD5: 8d407a2352570963abf4e39b4f47e432
Author: stefan
Category: eleu
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-02-01 20:04:55
Source code size: 120 bytes / 3 lines
Pitched / IR pitched: No / No
Views / Downloads: 561 / 540
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)