Skip to contents

[Deprecated]

bib_title_to_title_case() has been deprecated in v0.3.0 and will be removed in a future release. Please use bib_title_case() instead.

This function remains as a compatibility wrapper and simply forwards all arguments to bib_title_case().

Usage

bib_title_to_title_case(...)

Value

The return value of bib_title_case().

Details

This function takes any arguments (...) and passes them directly to bib_title_case(). See that function's documentation for full argument details.

See also