Ok, so my understanding of what this says is that I can do something likereplaceAll( what, with )
replaces all occurrences of what in the current line with with → replace()
Code: Select all
selectString(line, 1)
replaceAll(matches[1], matches[4] .. ": " .. matches[3] .. " (" .. matches[2] .. ")")
Instead of getting: vials: turquoise (2) it does nothing.
I understand the special case of one, and know that. I'm just curious if I'm misunderstanding it, or if it has changed, or if there is some undocumented feature there.
