Cannot handle slash ("/") in functions

Is there a bug with the slash (“/”) in the functions or am I doing something wrong?

I am trying to split a string that has slashes but the split function seems to not accept the “/” as a character. After I click “Save” the functions changes to split(‘’)‘) instead of split(’/‘,’') that I had typed.

I tried the function with hyphens “-” and it works fine, the only problem is with the “/”.

Is there a workaround on this?

image
image
image
image

@chris

Yeah, there’s problem, it doesn’t escape / properly, I’ll try to fix today.