SYNOPSIS # Split the 'foo' value into an array. E.g. foo => '1:2:3' split_field(foo, ':') # foo => [1,2,3]