<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://wiki.oberon.org/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="https://wiki.oberon.org/feed.php">
        <title>Оберон / Компонентный Паскаль / Вики ob:visual:strings</title>
        <description></description>
        <link>https://wiki.oberon.org/</link>
        <image rdf:resource="https://wiki.oberon.org/lib/tpl/dokuwiki/images/favicon.ico" />
       <dc:date>2026-05-21T23:27:28+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://wiki.oberon.org/ob/visual/strings/en?rev=1664732216&amp;do=diff"/>
                <rdf:li rdf:resource="https://wiki.oberon.org/ob/visual/strings/ru?rev=1699964003&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://wiki.oberon.org/lib/tpl/dokuwiki/images/favicon.ico">
        <title>Оберон / Компонентный Паскаль / Вики</title>
        <link>https://wiki.oberon.org/</link>
        <url>https://wiki.oberon.org/lib/tpl/dokuwiki/images/favicon.ico</url>
    </image>
    <item rdf:about="https://wiki.oberon.org/ob/visual/strings/en?rev=1664732216&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2022-10-02T20:36:56+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>ob:visual:strings:en</title>
        <link>https://wiki.oberon.org/ob/visual/strings/en?rev=1664732216&amp;do=diff</link>
        <description>Module for working with strings.

PROCEDURE Length (str: ARRAY OF CHAR): INTEGER;

Returns the number of characters in s up to and excluding the first 0X.

PROCEDURE Insert (source: ARRAY OF CHAR; pos: INTEGER; VAR dest: ARRAY OF CHAR);

Inserts the string 'source' into the string 'dst' at position 
'pos' (0 &lt;= pos &lt;= Length(dst)). If pos = Length(dst), 'source' is appended to 'dst'. 
If the size of 'dst' is not large enough to hold the result of the operation, 
the result is truncated so that '…</description>
    </item>
    <item rdf:about="https://wiki.oberon.org/ob/visual/strings/ru?rev=1699964003&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2023-11-14T15:13:23+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>Модуль Strings</title>
        <link>https://wiki.oberon.org/ob/visual/strings/ru?rev=1699964003&amp;do=diff</link>
        <description>Документация проекта VISUAL / ONLINE OBERON

Модуль Strings

Модуль для манипуляции со строками.

PROCEDURE Length (str: ARRAY OF CHAR): INTEGER

Возвращает число литер в 's' до первого вхождения 0X.</description>
    </item>
</rdf:RDF>
