💾 Archived View for bacaliu.de › search.md captured on 2023-07-10 at 13:42:13.

View Raw

More Information

-=-=-=-=-=-=-

<form action="/search.html">
    <label for="search">Suche:</label>
    <input
        name="search"
        placeholder="P[a-z]{3}on"
        type="text"
    ></input>
    <input type="submit" value="GO">
</form>

Regex erlaubt!  

-   `\bWORT\b` findet `WORT` aber nicht `ABCWORTABC`
-   `P[a-z]{3}on` findet `Python`, `Pyhton`, aber nicht `Polygon`


# Treffer für `den Suchbegriff`

<div class="info wait fetch"
     href="/data/search-word.data">
     Daten laden...
</div>


# Nav

-   Tags: [Meta](./tags/Meta.md)

<!-- BEGIN insert Backlinks (but there are no) -->

-   Formats: [md](./search.md) - [txt](./search.txt) - [html](./search.html) - [gmi](./search.gmi)


# Footer

License: CC BY-4.0  
[Impressum und Datenschutz](./impressum-datenschutz.gmi)