Hello,
I am trying to construct a Regex Rule to identify proper URL:
some-text-into-this-format-93_en
Optionally all or some of the elements can miss.
So is possible to have also:
a) No characters at all
b) some-text-into-this-format-93
Any idea how is gonna look the regex ?