rougail-output-doc/tests/results/test/00_6regexp_link.sh

23 lines
2.6 KiB
Bash
Raw Normal View History

┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓
 Variable  ┃ Description  ┃
┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩
var1 │ A first variable. │
 regexp   standard   mandatory  │ Validator: text based with regular │
│ │ expressions │
│ │ "^#(?:[0-9a-f]{3}){1,2}$"
│ │ Default: #a1a1a1 │
│ │ Examples: │
│ │ - #b1b1b1 │
│ │ - #b2b2b2 │
├───────────────────────────────────────┼──────────────────────────────────────┤
var2 │ A second variable. │
 regexp   standard   mandatory  │ Validator: text based with regular │
│ │ expressions │
│ │ "^#(?:[0-9a-f]{3}){1,2}$"
│ │ Default: the value of the variable │
2025-10-29 10:46:57 +01:00
│ │ "var1"
2025-04-01 22:02:44 +02:00
│ │ Examples: │
│ │ - #b2b1b1 │
│ │ - #b3b2b2 │
└───────────────────────────────────────┴──────────────────────────────────────┘