Skip to content

Changes

Summary

  1. strings: Cleanup "upper/lower case first letter" functions (details)
Commit 463e7df81d49264f75693cc336797aeb16d3c398 by Beat Schwarzentrub
strings: Cleanup "upper/lower case first letter" functions

- Replace uppercaseFirstLetter with toUpperCaseFirstLetter
- Replace lowercaseFirstLetter with toLowerCaseFirstLetter
- Make methods null-safe
- Add toUpperCase, toLowerCase, trim, length

Change-Id: I7e548a306c8085bf5f79bfdc5b254e649efa862d
Reviewed-on: https://git.eclipse.org/r/c/scout/org.eclipse.scout.rt/+/183398
Tested-by: Scout Bot <scout-bot@eclipse.org>
Reviewed-by: Beat Schwarzentrub <bsh@bsiag.com>
The file was modified eclipse-scout-core/src/util/styles.js
The file was modified eclipse-scout-core/test/util/stringsSpec.js
The file was modified eclipse-scout-core/src/util/strings.js