Get $1 route value regex on twig template file

Hello,

I would like to get the $1 $2 regex values of my route directly into my twig template. Is this possible ?

i.e :

// routes
 /annonce-.+-(\d+) : /annonce

// annonce.html.twig

{% do getInfos( my_digit_value) %}

Thx