pub fn split_loop_items_impl(values: &str) -> Vec<&str>
Split loop items by comma or line.
Pure domain function.