# Generated by roxygen2: do not edit by hand

export(assert_all_are_empty_character)
export(assert_all_are_logical_strings)
export(assert_all_are_matching_fixed)
export(assert_all_are_matching_regex)
export(assert_all_are_missing_or_empty_character)
export(assert_all_are_non_empty_character)
export(assert_all_are_non_missing_nor_empty_character)
export(assert_all_are_not_matching_fixed)
export(assert_all_are_not_matching_regex)
export(assert_all_are_numeric_strings)
export(assert_all_are_single_characters)
export(assert_all_strings_are_not_missing_nor_empty)
export(assert_any_are_empty_character)
export(assert_any_are_logical_strings)
export(assert_any_are_matching_fixed)
export(assert_any_are_matching_regex)
export(assert_any_are_missing_or_empty_character)
export(assert_any_are_non_empty_character)
export(assert_any_are_non_missing_nor_empty_character)
export(assert_any_are_not_matching_fixed)
export(assert_any_are_not_matching_regex)
export(assert_any_are_numeric_strings)
export(assert_any_are_single_characters)
export(assert_any_strings_are_not_missing_nor_empty)
export(assert_is_a_missing_or_empty_string)
export(assert_is_a_non_empty_string)
export(assert_is_a_non_missing_nor_empty_string)
export(assert_is_an_empty_string)
export(character_to_list_of_integer_vectors)
export(is_a_missing_or_empty_string)
export(is_a_non_empty_string)
export(is_a_non_missing_nor_empty_string)
export(is_an_empty_string)
export(is_empty_character)
export(is_logical_string)
export(is_matching_fixed)
export(is_matching_regex)
export(is_missing_or_empty_character)
export(is_non_empty_character)
export(is_non_missing_nor_empty_character)
export(is_not_matching_fixed)
export(is_not_matching_regex)
export(is_not_missing_nor_empty_character)
export(is_numeric_string)
export(is_single_character)
importFrom(assertive.base,assert_engine)
importFrom(assertive.base,call_and_name)
importFrom(assertive.base,cause)
importFrom(assertive.base,coerce_to)
importFrom(assertive.base,false)
importFrom(assertive.base,get_name_in_parent)
importFrom(assertive.base,is_na)
importFrom(assertive.base,is_not_na)
importFrom(assertive.base,merge_dots_with_list)
importFrom(assertive.base,parenthesise)
importFrom(assertive.base,set_cause)
importFrom(assertive.base,strip_attributes)
importFrom(assertive.types,is_a_string)
importFrom(stringi,stri_detect_fixed)
importFrom(stringi,stri_detect_regex)
