aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/helpers/common.util.js
blob: 0c02481e6ee80768fe72cc4bf44f2773882f5b3c (plain) (blame)
1
2
3
4
5
export function camelCaseToCapitalize (str = '') {
  return str
    .replace(/([A-Z])/g, ' $1')
    .replace(/^./, str => str.toUpperCase())
}
td>rafan2008-08-211-1/+0 * Return laszlof's ports to the pool due to lack of time.linimon2008-08-191-1/+1 * - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1 * Use libtool port instead of included version to avoid a.out objformat botchkris2007-01-301-0/+1 * Update my email address in all ports that I maintain.laszlof2006-11-071-1/+1 * Remove USE_REINPLACE from the categories starting with Ledwin2006-05-101-1/+0 * Conversion to a single libtool environment.ade2006-02-232-1/+37 * [UPDATE]: lang/ferite: Update to version 1.0.2edwin2006-01-072-4/+4 * Update to 1.0.1ehaupt2005-12-313-203/+91 * Mass-conversion to the USE_AUTOTOOLS New World Order. The code presentade2005-11-151-1/+1 * - Add SHA256 to all ports submitter maintaingarga2005-11-111-0/+1 * - Update to 1.0.0pav2005-10-2211-259/+370 * USE_LIBTOOL instead of local patchvs2005-04-142-36/+1 * At Kris's request, back out the MACHINE_ARCH spelling correction untilobrien2005-04-121-2/+2