项目作者: edgarfinn

项目描述 :
A helper function for converting arrays of strings into sentence-case format
高级语言: JavaScript
项目地址: git://github.com/edgarfinn/Sentence-casing-string-arrays.git
创建时间: 2018-07-24T13:15:49Z
项目社区:https://github.com/edgarfinn/Sentence-casing-string-arrays

开源协议:

下载


Sentence-casing-string-arrays

A helper function for converting arrays of strings into sentence-case format

Style rulings:

  • The first letter of the first word in any string will be returned toUpperCase
  • Camel-case words will be assumed to be brand-names (and therefore not affected)
  • All-caps words will be assumed to be initials (and therefore not affected)
  • Special characters will be ignored