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

6
LINES

< > BotCompany Repo | #1017877 // NLStringMatcher_dollarVars_plusBrackets

JavaX fragment (include)

sclass NLStringMatcher_dollarVars_plusBrackets extends StringMatcher {
  bool match(S pat, S input, SS matches) {
    SS newMatches = matchDollarVarsIC_plusBrackets(pat, input);
    ret newMatches != null && addMapToMapWithoutOverwritingIC(matches, newMatches);
  }
}

Author comment

Began life as a copy of #1017696

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1017877
Snippet name: NLStringMatcher_dollarVars_plusBrackets
Eternal ID of this version: #1017877/1
Text MD5: 24052a7e4cdb2612b129b8d0eb86cb3a
Author: stefan
Category: javax / a.i.
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-08-18 23:31:58
Source code size: 272 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 323 / 855
Referenced in: [show references]