> ## Documentation Index
> Fetch the complete documentation index at: https://docs.baenninger.me/llms.txt
> Use this file to discover all available pages before exploring further.

# Beispiele

<AccordionGroup>
  <Accordion title="URL">
    ```regex theme={null}
    /^(https?:\/\/)([a-zA-Z0-9-]+\.)+[a-zA-Z]{2,}(:\d+)?(\/[^\s]*)?$/
    ```
  </Accordion>

  <Accordion title="ISO-8601">
    ```regex theme={null}
    /^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}(?:\.\d+)?Z$/
    ```
  </Accordion>

  <Accordion title="E-Mail">
    ```regex theme={null}
    /^[\w.-]+@[a-zA-Z\d.-]+\.[a-zA-Z]{2,}$/
    ```
  </Accordion>
</AccordionGroup>
