Append replacement
needs(code_samples);
Function Syntax
buffer append_replacement(matcher match_at ,buffer source ,string replace )
- match_at is ?
- source is the original buffer to replacements in?
- replace is what to replace matches with?
Returns a modified version of source, with all valid matches for match_at replaced with the text replace. Maybe?
See Also
Attention KoLmafia Experts!
We need your help; some details of this function's operation are unknown or unclear.
The following specific question has been raised:
- I have no idea if I'm even close on this one; please check.