You can't use a colon : in the regex expression, as colons are used as delimiters in events.

In fact, for your code to work you need to make it capturing, or $regml() won't be filled.


Gone.