Transpiled version (2955L) is out of date.
static Set<S> wordsWithoutWeakWords(S s) { ret asCISet(antiFilter(setMinusSet(wordsAsCISet(s), dm_getUnclearList("Weak words")), x -> eqicOneOf(x, ">", "<") || isDollarVariable(x))); }
Began life as a copy of #1027327
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt, xrpafgyirdlv
No comments. add comment
Snippet ID: | #1027328 |
Snippet name: | wordsWithoutWeakWords |
Eternal ID of this version: | #1027328/6 |
Text MD5: | ac4262647b25532fc4cb139e84eceac3 |
Author: | stefan |
Category: | javax / parsing |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2020-03-06 13:38:28 |
Source code size: | 193 bytes / 4 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 230 / 328 |
Version history: | 5 change(s) |
Referenced in: | #1006654 - Standard functions list 2 (LIVE, continuation of #761) |