I am reading data from a MongoDB collection, and part of the output looks like this:
InternalFileNameFileBYIndex,Sex - Main
How would I use RegEx to extract all text after the "Index" text (including this word). I have tried to extract the text after ¿ but I get weird results, and don't understand RegEx enough to know the syntax needed.
Thanks in advance!