pub fn to_truth_options(
true_str: &str,
false_str: &str,
case_sensitive: bool,
starts_with: bool,
) -> Vec<TruthyOption>Expand description
split a comma-separated string of true and false options into a list of TruthyOptions alternative true or false options may be split by | (pipe) characters