Sorry, we don't support your browser.  Install a modern browser

split [$N] by symbol instead of spaces#725

D

a way for user arguments to capture full phrases instead of just single words:

for example, the phrase:
“I like bananas, I love grapes” (the comma being the separator)

mimu should respond with:
[$1] = I like bananas
[$2] = I love grapes

but at the moment, mimu splits arguments by spaces, so it’d incorrectly assign the word “i” to [$1] and “like” to [$2]. it would be helpful to allow a symbol (custom or not) that can capture full phrases per [$N] argument.

a month ago
1