Searches a String for first opening/ closing tags and replaces the text in between.
Syntax
ISTextUtilities.ReplaceTaggedValue2(sourceString, openingTag, closingTag, newText, [includeTags])
Parameters
| Name | Type | Optional | ByRef | Description |
| sourceString |
String |
|
|
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
String
- Member of:
- ISTextUtilities
- Namespace:
- Intersoft.ISRuntime6
- Assembly:
- ISRuntime6, Version=6.0.3
- Target Framework:
- .NET 9.0