pub fn split_all_regex(
    target_text: String,
    regex: &Regex
) -> Vec<SplittedElement>