Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

M2T-JET-FAQ/What options are available for manipulating strings?

Question

What options do have available to manipulate and format strings in my JET templates?

Answer

JET implements all of the XPath 1.0 string manipulation functions. You can find a list of the functions here:

http://www.w3.org/TR/xpath#section-String-Functions

In addition, JET provides a number of other custom functions:

Additional XPath Functions

Finally, JET provides tags to help in text formatting:

JET Format tags

Back to the top