|
|
Reference Type: Supported, Category: String Functions, Integration Agreement: 10104
This extrinsic function returns a string stripped of all instances of a specified character.
$$STRIP^XLFSTR(x,y)
| x: | (required) Character string. |
|
| y: |
(required) The character to strip out of the string. |
|
| returns: |
Returns the string stripped of specified character. |
|
>S X=$$STRIP^XLFSTR("hello","e")
>W X
hllo
>S X=$$STRIP^XLFSTR("Mississippi","i")
>W X
Msssspp
|
VA (Internet) / VA (Intranet) / OI / HSD&D / Site Map / Terms of Use / VA Privacy Policy / Accessibility Reviewed/Updated:
December 14, 2005
|