I ran into this line of c# code.
var fields = Text.Split(new[] { \'/\' }, StringSplitOptions.RemoveEmptyEntries);
My guess is that this means