Hello, per the docs noted here:
OpenID Connect Authenticator (XWiki.org)
There is a section that reads:
#-# The following suffixes can be added:
#-# * "._lowerCase": the lower case version of the string
#-# * "._upperCase": the upper case version of the string
#-# * "._clean": a version of the string stripped from ".", ":", ",", "@", "^" characters and "\s" (all forms of white spaces).
#-# It can itself be suffixed with "._lowerCase" and "._upperCase".
Is there any source of documentation for other suffixes? Say I want to TitleCase the names, or other possible features.
Thanks,
3 posts - 2 participants