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

8
LINES

< > BotCompany Repo | #1030061 // phraseCache_collapse - phraseCache + collapse

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (4056L/24K).

sbool phraseCache_collapse(S pattern, S s) {
  ret phraseCache(collapse(pattern), collapse(s));
}

static IPred<S> phraseCache_collapse(S pattern) {
  MMOPattern pat = mmo2_parsePattern(collapse(pattern));
  ret s -> phraseCache(pat, collapse(s));
}

Author comment

Began life as a copy of #1022848

download  show line numbers  debug dex  old transpilations   

Travelled to 5 computer(s): bhatertpkbcr, ekrmjmnbrukm, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030061
Snippet name: phraseCache_collapse - phraseCache + collapse
Eternal ID of this version: #1030061/1
Text MD5: 5e9008fb33692b2c72d64d9729641ba1
Transpilation MD5: ffb8383d0fb8f1653f425f6435b61e2e
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-04 00:10:35
Source code size: 256 bytes / 8 lines
Pitched / IR pitched: No / No
Views / Downloads: 131 / 209
Referenced in: [show references]