Hello everybody,
Does anybody know the meaning of the operator & /@
used in expressions like:
names = StringSplit[#, {".csv", "/"}][[-1]] & /@ filenames;
where filenames is a list of filenames in a path.
I would like also to know if there is a way to find a list of this kind of operators and their meaning, I couldn't find it in Mathematica Help.
Thank you very much