# Generated by roxygen2: do not edit by hand

export(strs_capitalize)
export(strs_casefold)
export(strs_center)
export(strs_contains)
export(strs_count)
export(strs_endswith)
export(strs_expandtabs)
export(strs_find)
export(strs_isalnum)
export(strs_isalpha)
export(strs_isascii)
export(strs_isdecimal)
export(strs_isdigit)
export(strs_islower)
export(strs_isnumeric)
export(strs_isspace)
export(strs_istitle)
export(strs_isupper)
export(strs_join)
export(strs_ljust)
export(strs_lower)
export(strs_lstrip)
export(strs_normalize_whitespace)
export(strs_removeprefix)
export(strs_removesuffix)
export(strs_replace)
export(strs_rfind)
export(strs_rjust)
export(strs_rstrip)
export(strs_slice)
export(strs_split)
export(strs_splitlines)
export(strs_startswith)
export(strs_strip)
export(strs_swapcase)
export(strs_title)
export(strs_upper)
