I wonder why it’s not working for me. It must have something to do with the input form.
It’s not recognizing the spaces apparently. When I use other delimiters (like https or anything other than the space), it’s working.
No need for workarounds. Try this
the second parameter of the function is actually /\s/, do not add other spaces in the middle. It’s probably better if you use the javascript view for this case