rougail-output-doc/tests/results/test_namespace/00_6regexp_link.md

13 lines
1.7 KiB
Markdown
Raw Normal View History

# Rougail
2025-11-10 14:01:45 +01:00
> **🛈 Informations**
>
> **<a id="rougail" name="rougail">rougail</a>**\
> `standard`
2025-11-10 14:01:45 +01:00
2025-11-29 22:21:06 +01:00
| Variable | Description |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
| **<a id="rougail.var1" name="rougail.var1">rougail.var1</a>**<br/>[`regexp`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A first variable.<br/>**Validator**: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$"<br/>**Default**: #a1a1a1<br/>**Examples**: <br/>&nbsp;#b1b1b1<br/>&nbsp;#b2b2b2 |
| **<a id="rougail.var2" name="rougail.var2">rougail.var2</a>**<br/>[`regexp`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A second variable.<br/>**Validator**: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$"<br/>**Default**: the value of the variable "[A first variable](#rougail.var1)"<br/>**Examples**: <br/>&nbsp;#b2b1b1<br/>&nbsp;#b3b2b2 |