Only the first occurrence of chars in replacements array are replaced
Example:
utter.expand([
"how about this \"input\""
], [
{replace: "\"", with: ""}
]);
Output:
how about this input"
Example:
utter.expand([
"how about this \"input\""
], [
{replace: "\"", with: ""}
]);
Output:
how about this input"