1 | static WordTokRule wordTokReplacerRuleOnX(S sentence, S replaced) {
|
2 | ret wordTokReplacerRule(sentence, "X", replaced); |
3 | } |
4 | |
5 | static WordTokRule wordTokReplacerRuleOnX(S s) {
|
6 | PairS p = splitAtDoubleArrow_pair(s); |
7 | ret wordTokReplacerRuleOnX(p.a, p.b); |
8 | } |
Began life as a copy of #1023174
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: | #1023505 |
| Snippet name: | wordTokReplacerRuleOnX - with single variable "X" |
| Eternal ID of this version: | #1023505/3 |
| Text MD5: | 7495459e94387d36decda2f20aaff69a |
| Author: | stefan |
| Category: | javax / a.i. |
| Type: | JavaX fragment (include) |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2019-06-26 13:58:29 |
| Source code size: | 260 bytes / 8 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 449 / 492 |
| Version history: | 2 change(s) |
| Referenced in: | [show references] |