lastIndexOf slash?

Hello,

Im trying to use the lastIndexOf function to discover where the last “” is located in my string… It seems to have a pb with the \ symbol…
I tried mystring.lastIndexOf(’""’) and every other possibleway, it always returns -1

Any ideas?