Docs: LazUtils/lazstringutils. Updates content in the GetPart topic.

(cherry picked from commit 826fcec702)
This commit is contained in:
dsiders 2023-10-28 23:59:09 +01:00
parent a1522e9950
commit fa0faf12c9

View File

@ -1035,31 +1035,21 @@ the routine.
</element> </element>
<element name="GetPart"> <element name="GetPart">
<short/> <short>
Implements formatting facilities in the debugger.
</short>
<descr> <descr>
GetPart is an overloaded String function. GetPart is an overloaded String function.
It is used to implement facilities in the debugger. It is used to implement facilities in the debugger.
</descr> </descr>
<seealso/> <seealso/>
</element> </element>
<element name="GetPart.Result"> <element name="GetPart.Result"/>
<short/> <element name="GetPart.ASkipTo"/>
</element> <element name="GetPart.AnEnd"/>
<element name="GetPart.ASkipTo"> <element name="GetPart.ASource"/>
<short/> <element name="GetPart.AnIgnoreCase"/>
</element> <element name="GetPart.AnUpdateSource"/>
<element name="GetPart.AnEnd">
<short/>
</element>
<element name="GetPart.ASource">
<short/>
</element>
<element name="GetPart.AnIgnoreCase">
<short/>
</element>
<element name="GetPart.AnUpdateSource">
<short/>
</element>
<element name="TextToSingleLine"> <element name="TextToSingleLine">
<short>Converts a multi-line string to a single line of text.</short> <short>Converts a multi-line string to a single line of text.</short>