in reply to Re^2: Regex Substring SORT Conundrum
in thread Regex Substring SORT Conundrum

map is a transforming filter: it takes the right side (after the code block), transforms it according to the code block, and spits the transformed pieces out the other side. Think of it like an assembly line:

Does that help explain it at all?

--MidLifeXis