Transpiled version (4180L) is out of date.
1 | static WordTokReplacer wordTokReplacerRuleOnStarVars(S sentence, LS replaced_multi) { |
2 | LS tok = javaTokWithBrackets(sentence); |
3 | Set<S> vars = ciSet(); |
4 | tok_findStarVars(tok, vars); |
5 | ret wordTokReplacerRule(join(tok), vars, replaced_multi); |
6 | } |
7 | |
8 | static WordTokReplacer wordTokReplacerRuleOnStarVars(S sentence, S replaced) { |
9 | ret wordTokReplacerRuleOnStarVars(sentence, ll(replaced)); |
10 | } |
Began life as a copy of #1023514
download show line numbers debug dex old transpilations
Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1023757 |
Snippet name: | wordTokReplacerRuleOnStarVars - finds variables marked with "*" |
Eternal ID of this version: | #1023757/5 |
Text MD5: | 8e7bc1f4b3c7d2d48e876cbdc6a0a0cb |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2019-07-08 19:01:11 |
Source code size: | 399 bytes / 10 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 191 / 278 |
Version history: | 4 change(s) |
Referenced in: | [show references] |