vb6parse 1.0.1

vb6parse is a library for parsing and analyzing VB6 code, from projects, to controls, to modules, and forms.
Documentation
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="VB6Parse Library Reference - String - Functions">
    <title>String - Functions - VB6Parse Library Reference</title>
    <link rel="stylesheet" href="../../../assets/css/style.css">
    <link rel="stylesheet" href="../../../assets/css/docs-style.css">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/styles/github-dark.min.css">
    <script src="../../../assets/js/theme-switcher.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/highlight.min.js"></script>
    <script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/vbnet.min.js"></script>
    <script>hljs.highlightAll();</script>
</head>
<body>
    <header class="docs-header">
        <div class="container">
            <h1><a href="../../../index.html">VB6Parse</a> / <a href="../../../library/index.html">Library</a> / Functions / String</h1>
            <p class="tagline">VB6 Library Reference</p>
        </div>
    </header>

    <nav class="docs-nav">
        <div class="container">
            <a href="../../../index.html">Home</a>
            <a href="../../../library/index.html">Library Reference</a>
            <a href="../../../documentation.html">Documentation</a>
            <a href="https://docs.rs/vb6parse" target="_blank">API Docs</a>
            <a href="https://github.com/scriptandcompile/vb6parse" target="_blank">GitHub</a>
            <button id="theme-toggle" class="theme-toggle" aria-label="Toggle theme">
                <span class="theme-icon">🌙</span>
            </button>
        </div>
    </nav>

    <main class="container">
        
        <section id="category-overview" style="margin-bottom: 2rem;">
            <h2>String</h2>
            <p style="font-size: 1.1rem; margin: 1rem 0;">String functions</p>
            <p style="color: var(--primary-color); font-weight: 600;">50 functions in this category</p>
        </section>

        <section id="items-list" style="margin-top: 2rem;">
            <div class="feature-grid">

                <a href="asc.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>asc</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Asc Function</p>
                </a>

                <a href="ascb.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>ascb</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">AscB Function</p>
                </a>

                <a href="ascw.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>ascw</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">AscW Function</p>
                </a>

                <a href="chr.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>chr</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Chr Function</p>
                </a>

                <a href="chr_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>chr_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Chr$ Function</p>
                </a>

                <a href="chrb.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>chrb</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">ChrB Function</p>
                </a>

                <a href="chrb_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>chrb_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">ChrB$ Function</p>
                </a>

                <a href="chrw.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>chrw</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">ChrW Function</p>
                </a>

                <a href="chrw_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>chrw_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">ChrW$ Function</p>
                </a>

                <a href="format.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>format</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Format Function</p>
                </a>

                <a href="format_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>format_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Format$ Function</p>
                </a>

                <a href="formatcurrency.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>formatcurrency</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">FormatCurrency Function</p>
                </a>

                <a href="formatdatetime.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>formatdatetime</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">FormatDateTime Function</p>
                </a>

                <a href="formatnumber.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>formatnumber</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">FormatNumber Function</p>
                </a>

                <a href="formatpercent.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>formatpercent</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">FormatPercent Function</p>
                </a>

                <a href="instr.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>instr</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">InStr Function</p>
                </a>

                <a href="instrrev.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>instrrev</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">InStrRev Function</p>
                </a>

                <a href="lcase.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>lcase</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LCase Function</p>
                </a>

                <a href="lcase_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>lcase_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LCase$ Function</p>
                </a>

                <a href="left.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>left</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Left Function</p>
                </a>

                <a href="left_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>left_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Left$ Function</p>
                </a>

                <a href="leftb.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>leftb</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LeftB Function</p>
                </a>

                <a href="leftb_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>leftb_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LeftB$ Function</p>
                </a>

                <a href="len.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>len</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Len Function</p>
                </a>

                <a href="lenb.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>lenb</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LenB Function</p>
                </a>

                <a href="ltrim.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>ltrim</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LTrim Function</p>
                </a>

                <a href="ltrim_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>ltrim_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">LTrim$ Function</p>
                </a>

                <a href="mid.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>mid</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Mid Function</p>
                </a>

                <a href="mid_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>mid_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Mid$ Function</p>
                </a>

                <a href="midb.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>midb</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">MidB Function</p>
                </a>

                <a href="midb_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>midb_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">MidB$ Function</p>
                </a>

                <a href="replace.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>replace</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Replace Function</p>
                </a>

                <a href="right.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>right</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Right Function</p>
                </a>

                <a href="right_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>right_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Right$ Function</p>
                </a>

                <a href="rightb.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>rightb</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">RightB Function</p>
                </a>

                <a href="rightb_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>rightb_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">RightB$ Function</p>
                </a>

                <a href="rtrim.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>rtrim</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">RTrim Function</p>
                </a>

                <a href="rtrim_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>rtrim_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">RTrim$ Function</p>
                </a>

                <a href="space.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>space</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Space Function</p>
                </a>

                <a href="space_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>space_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Space$ Function</p>
                </a>

                <a href="str.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>str</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 Str Function</p>
                </a>

                <a href="str_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>str_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Str$ Function</p>
                </a>

                <a href="strcomp.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>strcomp</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 StrComp Function</p>
                </a>

                <a href="strconv.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>strconv</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 StrConv Function</p>
                </a>

                <a href="string_function.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>string_function</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 String Function</p>
                </a>

                <a href="strreverse.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>strreverse</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 StrReverse Function</p>
                </a>

                <a href="trim.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>trim</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Trim Function</p>
                </a>

                <a href="trim_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>trim_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">Trim$ Function</p>
                </a>

                <a href="ucase.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>ucase</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">VB6 UCase Function</p>
                </a>

                <a href="ucase_dollar.html" class="feature-card" style="text-decoration: none; color: inherit;">
                    <h3>ucase_dollar</h3>
                    <p style="margin-bottom: 0; font-size: 0.95rem;">UCase$ Function</p>
                </a>

            </div>
        </section>

    </main>

    <footer>
        <div class="container">
            <p>&copy; 2024-2026 VB6Parse Contributors. Licensed under the MIT License.</p>
        </div>
    </footer>
</body>
</html>