Netcentric / accesscontroltool

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

Expose StringUtils.isEmpty and StringUtils.isBlank to EL #751

Closed Positronic-Brain closed 1 month ago

Positronic-Brain commented 1 month ago

For convenience, we should allow StringUtils.isBlank and StringUtils.isEmpty for EL evaluation - this makes expressions more readable when evaluating strings that are either null, empty and or blank.