@directus/format-title
Version:
Custom string formatter that converts any string into [Title Case](http://www.grammar-monster.com/lessons/capital_letters_title_case.htm)
64 lines (63 loc) • 865 B
JavaScript
export default [
'about',
'above',
'across',
'after',
'against',
'along',
'among',
'around',
'at',
'because of',
'before',
'behind',
'below',
'beneath',
'beside',
'besides',
'between',
'beyond',
'but',
'by',
'concerning',
'despite',
'down',
'during',
'except',
'excepting',
'for',
'from',
'in',
'in front of',
'inside',
'in spite of',
'instead of',
'into',
'like',
'near',
'of',
'off',
'on',
'onto',
'out',
'outside',
'over',
'past',
'regarding',
'since',
'through',
'throughout',
'to',
'toward',
'under',
'underneath',
'until',
'up',
'upon',
'up to',
'with',
'within',
'without',
'with regard to',
'with respect to',
];