importFrom(Rcpp,sourceCpp)
useDynLib(stringfish, .registration=TRUE)
export(
"materialize",
"sf_vector",
"sf_assign",
"get_string_type",
"sf_iconv",
"convert_to_sf",
"sf_nchar",
"sf_substr",
"sf_paste",
"sf_collapse",
"sf_readLines",
"sf_writeLines",
"sf_grepl",
"sf_gsub",
"random_strings",
"sf_toupper",
"sf_tolower",
"sf_starts",
"sf_ends",
"sf_trim",
"sf_split",
"sf_match",
"string_identical")
