No support for named groups

Trying to display a regex that contains a named capturing group fails.

Example:

^\d(?<test>[a-zA-Z]{3,10})$