<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.8" -->
<?xml-stylesheet href="https://crow.work/wiki/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://crow.work/wiki/feed.php">
        <title>nest - yivalkes:regex</title>
        <description></description>
        <link>https://crow.work/wiki/</link>
        <image rdf:resource="https://crow.work/wiki/_media/wiki/dokuwiki.svg" />
       <dc:date>2026-04-16T19:45:52+00:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="https://crow.work/wiki/yivalkes/regex/human?rev=1775891758&amp;do=diff"/>
                <rdf:li rdf:resource="https://crow.work/wiki/yivalkes/regex/js?rev=1775892069&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="https://crow.work/wiki/_media/wiki/dokuwiki.svg">
        <title>nest</title>
        <link>https://crow.work/wiki/</link>
        <url>https://crow.work/wiki/_media/wiki/dokuwiki.svg</url>
    </image>
    <item rdf:about="https://crow.work/wiki/yivalkes/regex/human?rev=1775891758&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-11T07:15:58+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>human</title>
        <link>https://crow.work/wiki/yivalkes/regex/human?rev=1775891758&amp;do=diff</link>
        <description>YIVALESE VERB FORMS: THE QUICK GUIDE

Everything you need to “decline” a word, no linguistics degree required.

We&#039;ll use one word the whole way through:
SHARU: &quot;miracle&quot;
Said simply: Sharu | Working stem: shaaru
In English we&#039;d just say “miracle</description>
    </item>
    <item rdf:about="https://crow.work/wiki/yivalkes/regex/js?rev=1775892069&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2026-04-11T07:21:09+00:00</dc:date>
        <dc:creator>Anonymous (anonymous@undisclosed.example.com)</dc:creator>
        <title>js</title>
        <link>https://crow.work/wiki/yivalkes/regex/js?rev=1775892069&amp;do=diff</link>
        <description>REGEX SPECIFICATION (JAVASCRIPT)

Complete rule set for direct implementation in JS. Apply the “i” flag (ignoreCase) to all operations.

Stem Functions


/**
 * Stemming logic converted from Python.
 * Uses .test() for searches and .replace() for substitutions.
 */

function getCauserStem(spoken) {
    if (/[!?()]/.test(spoken)) return &#039;&#039;;
    let s = spoken.replace(/^-/, &#039;&#039;).toLowerCase();
    // Count hyphens
    const hyphenCount = (s.match(/-/g) || []).length;
    if (hyphenCount &gt;= 2) {
   …</description>
    </item>
</rdf:RDF>
