// returns (text, map of number -> var) static Pair<S, SS> replaceNumbersWithABCDollarVars(S s) { Set<S> taken = asHashSet(regexpExtractAllIC("\\$[a-z]+", s)); ret replaceNumbersWithVars_returnMap(s, abcDollarVarMakerWithoutTaken(taken)); }
Began life as a copy of #1021182
download show line numbers debug dex old transpilations
Travelled to 7 computer(s): bhatertpkbcr, cfunsshuasjs, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt
No comments. add comment
| Snippet ID: | #1021184 |
| Snippet name: | replaceNumbersWithABCDollarVars |
| Eternal ID of this version: | #1021184/4 |
| Text MD5: | 08aed3661307d0133af6a8a707339086 |
| Author: | stefan |
| Category: | javax |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-02-02 14:41:02 |
| Source code size: | 248 bytes / 5 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 430 / 470 |
| Version history: | 3 change(s) |
| Referenced in: | [show references] |