words / ap-style-title-case

Convert a value to AP/APA title case
MIT License
41 stars 7 forks source link

Respect original whitespace, specifically non-breaking space #10

Closed jayliu50 closed 1 year ago

jayliu50 commented 2 years ago

titleCase("About preventing\u00a0widows"):

results in "About Preventing Widows" expected "About Preventing\u00a0Widows"

wooorm commented 2 years ago

Sure, PR welcome!

wooorm commented 1 year ago

Want to work on a PR?

wooorm commented 1 year ago

This has always been supported with options.keepSpaces: true.