11. convertCase

Parameter syntax:

lower | upper | capital

Converts case of text selection or all text contained in selected node. If there is no selection, converts case from caret position to end of word.

Note that in XXE, a word is ended by a XML space character of by end of textual node whichever comes first.

lower

All characters are converted to lower-case characters.

upper

All characters are converted to upper-case characters.

capital

First character of a word is converted to an upper-case character. The other characters are converted to lower-case characters.