| Name | Type | Options | Opt/Req | Description |
| string | 512A | Const | Req | The string on which to operate. |
| removeString | 512A | Const Varying | Req | The string to remove. |
| replacementString | 512A | Const Varying | Opt | String used to replace removeString. If not sent or '' sent, then removes all occurances of removeString. |
| ignoreCase | N | Const | Opt | Ignores the case sensitivity of the string being removed. Default value is *OFF making this case sensitive. |
| Returns: | 512A | Varying | n/a | The adjusted string. |