Kernel 8.0 APIs Banner
Office of Information and Technology (OIT) Banner
[skip navigation]

$$TITLE^XLFSTR(): Convert String to Title Case

Reference Type: Supported, Category: String Functions, ICR#: 10104

Description

The $$TITLE^XLFSTR extrinsic function returns an input string converted to Title case:

NOTE: This API was released with Kernel Patch XU*8.0*400.

Format

  $$TITLE^XLFSTR(x)

Input Parameters

x:

(required) Character string.

Output

returns:

Returns the string converted to Title case format.

Example

>S X=$$TITLE^XLFSTR("HELLO WORLD!!! THIS IS A title-form SENTENCE. so is this.")

>W X
Hello World!!! This Is A Title-form Sentence. So Is This.