Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be 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?

< M2T-JET-FAQ
Revision as of 12:01, 13 March 2009 by Pelder.ca.ibm.com (Talk | contribs) (New page: == 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 c...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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