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

30 lines
792 B
Text
Raw Normal View History

== Rougail
====
**🛈 Informations**
2025-10-02 08:38:43 +02:00
**rougail** +
2025-10-02 08:38:43 +02:00
`standard`
====
2025-10-02 08:38:43 +02:00
[cols="1a,1a"]
|====
| Variable | Description
| **rougail.var1** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[regexp]` `standard` `mandatory` | A first variable. +
**Validator**: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$" +
**Default**: #a1a1a1 +
**Examples**:
* '#b1b1b1'
* '#b2b2b2'
| **rougail.var2** +
`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[regexp]` `standard` `mandatory` | A second variable. +
**Validator**: text based with regular expressions "^#(?:[0-9a-f]{3}){1,2}$" +
2025-10-29 10:46:57 +01:00
**Default**: the value of the variable "rougail.var1" +
2025-04-01 22:02:44 +02:00
**Examples**:
* '#b2b1b1'
* '#b3b2b2'
|====