| Name | Type | Optional | ByRef | Description |
|---|---|---|---|---|
| sourceString | String | ByRef | The source string to search for the tagged value. | |
| openingTag | String | The opening tag. | ||
| closingTag | String | The closing tag. | ||
| newText | String | The text replacement. | ||
| includeTags | Boolean | Optional | Include the opening and closing tags in what is removed. If omitted, a value of False is assumed. |
Returns True if opening/ closing tags found, False if tags are not found.