Searches a String for first opening/ closing tags and replaces the text inbetween.

Syntax

ISTextUtilities.ReplaceTaggedValue(sourceString, openingTag, closingTag, newText, [includeTags])

Parameters

NameTypeOptionalByRefDescription
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.

Return Value

Boolean

Returns True if opening/ closing tags found, False if tags are not found.

Member of:
ISTextUtilities
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0