Hi team,
Could you please add a track guardrail to the below observability charm?
^(?:\d+(?:.\d+){0,2}(?:-[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*)?|[A-Za-z]+)$
Hi team,
Could you please add a track guardrail to the below observability charm?
^(?:\d+(?:.\d+){0,2}(?:-[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*)?|[A-Za-z]+)$
Hi,
This has been created, as requested.
Br,
Odysseus
Hi @odysseus-k I think I made a small mistake.
The regex should be
^(?:\d+(?:\.\d+){0,2}(?:-[A-Za-z0-9]+(?:-[A-Za-z0-9]+)*)?|[A-Za-z]+)$