Question
indexOf and special characters
I am trying to find the index of a slash plus "v." I tried:
if (file_list
but it doesn't work. If I take out the \\, it works but finds ALL instances of "v." Any ideas why it wouldn't? This is in a node.js script.
Thanks.
