Netcentric / accesscontroltool

Rights and roles management for AEM made easy
Eclipse Public License 1.0
147 stars 92 forks source link

Expose StringUtils.capitalize() via EL #710

Closed kwin closed 2 months ago

kwin commented 2 months ago

The method StringUtils.capitalize(String) should be exposed via EL as well (https://github.com/Netcentric/accesscontroltool/blob/develop/docs/AdvancedFeatures.md#expressions). This is sometimes helpful to reuse the same variable both for a name (usually all lowercase) and label/title (usually capitalized)