Split a string like "5L 2s" into [5, 2].
MOS pattern such as "5L 2s".
A pair of intergers representing the number of large and small steps.
Split a string like "5L 2s" into [5, 2].