replaceText method
Replaces all instances of the specified id with the specified value.
Handles the standard parameters upper and lower.
Implementation
void replaceText(AFCommandContext context, dynamic id, String value) {
return buffer.replaceText(context, id, value);
}