![]() ![]() |
Reference Type: Supported, Category: String Functions, ICR#: 10104
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.
$$TITLE^XLFSTR(x)
x: |
(required) Character string. |
returns: |
Returns the string converted to Title case format. |
>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. |