![]() ![]() |
Reference Type: Supported, Category: String Functions, ICR#: 10104
The $$STRIP^XLFSTR 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 |