Split

WMA link


Split[list]

splits list into collections of consecutive identical elements.

Split[list, test]

splits list based on whether the function test yields
True on consecutive elements.

Split into increasing or decreasing runs of elements

Split based on first element

RotateRight
SplitBy