Using several characters as delimiter for the Words function
Hello everyone,I would like to know if it is possible to use a string with several characters as a delimiter for the Words function.Here is a dummy example:When I type :words("Test1eeTest2","ee")I would like to get: {"Test1","Test2"}Instead of:{"T”,”st1","T”,”st2"}Is there a way to get that?Thanks in advance for your help.Best regards,