pub fn make_title_case_str(
source: &str,
parser: &impl Parser,
dict: &impl Dictionary,
) -> StringExpand description
A helper function for make_title_case that uses Strings instead of char buffers.
pub fn make_title_case_str(
source: &str,
parser: &impl Parser,
dict: &impl Dictionary,
) -> StringA helper function for make_title_case that uses Strings instead of char buffers.