|
|
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 Sentence case. The initial character of each sentence in the input string will be capitalized and the remaining characters in that sentence are returned as all lowercase. The first character of the string begins a sentence. Subsequent sentences are identified as beginning after a a period (.), exclamation point (!), or question mark (?).
$$SENTENCE^XLFSTR(x)
| x: | (required) Character string. |
| returns: |
Returns the string converted to Sentence case format. |
|
>S X=$$SENTENCE^XLFSTR("HELLO WORLD!!! THIS IS A CAPITALIZED SENTENCE. this isn't.")
>W X
Hello world!!! This is a capitalized sentence. This isn't.
|
VA (Internet) / VA (Intranet) / OI / HSD&D / Site Map / Terms of Use / VA Privacy Policy / Accessibility Reviewed/Updated:
January 19, 2006
|