[RESOLVED] Regex to change port

Hello Everyone,
I need small help to adjust port from 5060 to $SIP_PORTS in rules file

I tried

re:. "$HOME_NET 5060" "$HOME_NET $SIP_PORTS"
re:. "$HOME_NET 5060" "\\1 $HOME_NET $SIP_PORTS"

But the incorrect
Any help thank you.

Resolved

re:. "\\$HOME_NET 5060" "\$HOME_NET \$SIP_PORTS"