Does anyone has an idea why my 'Extract matches into Array' function is not working 100% right? It recognizes that there delimiters. But it doesn't recognize the text... ?
Hello, at first glance, it looks like '{any}' works incorrectly. We will investigate this case, meanwhile, I would suggest using '%' instead of {any} (in your case, it would be '%+' for Pattern matching elements in the list).
I've found the issue. I was using the wrong single quotes. So it doesn't working using the single quotes that are on the '4' keyboard button. You need to use the quote that is on the 'µ' button (on my keyboard).