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

6
LINES

< > BotCompany Repo | #1006038 // matchOK2 - match simpler version of "ok bla"

JavaX fragment (include)

static S matchOK2(S s) {
  new Matches m;
  if (swic(s, "ok "))
    ret substring(s, 3);
  ret null;
}

Author comment

Began life as a copy of #1003754

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, sawdedvomwva, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1006038
Snippet name: matchOK2 - match simpler version of "ok bla"
Eternal ID of this version: #1006038/1
Text MD5: aba125688d3a6fea3cf141e789e62f9a
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-12-15 09:40:36
Source code size: 107 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 399 / 409
Referenced in: [show references]