|
|
Reference Type: Supported, Category: String Functions, Integration Agreement: 10104
Released with Kernel Patch XU*8.0*400, this extrinsic function returns an input string converted to Title case. The initial letter of the first block of characters (i.e., word) in the input string is capitalized and the remaining characters of that first word are returned as all lowercase. Also, the initial letter of any subsequent word in the input string is capitalized and the remaining characters in that word are returned as all lowercase. A word is identified when it is preceded by at least one space, except for the first word in the string.
$$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.
|
VA (Internet) / VA (Intranet) / OI / HSD&D / Site Map / Terms of Use / VA Privacy Policy / Accessibility Reviewed/Updated:
December 14, 2005
|