-
- Signature:
-
java.lang.String prettyURL(java.lang.String)
- Description:
-
URL-prettify the given string. It performs the following tasks:
- Lowercase the string.
- Remove combining diacritical marks.
- Replace non-alphanumeric characters by hyphens.
This is useful when populating links with dynamic paths obtained from user controlled variables, such
as blog titles.
-
Function Information
Info | Value |
Function Class | org.omnifaces.el.functions.Strings |
Function Signature | java.lang.String prettyURL(java.lang.String) |
Display Name | None |
Output generated by Vdldoc View Declaration Language Documentation Generator.