UNPKG

@gerhobbelt/mathjax-third-party-extensions

Version:

A list of MathJax extensions provided by third-party contributors

8 lines (6 loc) 207 B
var makeString = require('./helper/makeString'); module.exports = function titleize(str) { return makeString(str).toLowerCase().replace(/(?:^|\s|-)\S/g, function(c) { return c.toUpperCase(); }); };